Html Css Color HEX #0F8236 Dark Spring Green

📋 copy color: '#0F8236'

red 15 ◦ green 130 ◦ blue 54

#0F8236
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #0F8236

Tints of Dark Spring Green #0F8236

RGB

 RED value IS 15 (6.25% from 255) = 7.54%

 GREEN value IS 130 (51.17% from 255) = 65.33%

 BLUE value IS 54 (21.48% from 255) = 27.14%

R = 7.54%
G = 65.33%
B = 27.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F8236 (or 0x0F8236) is known color: Dark Spring Green. HEX triplet: 0F, 82 and 36. RGB value is (15,130,54). Sum of RGB (Red+Green+Blue) = 15+130+54=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8236 is #F07DC9. Grayscale: #575757. Windows color (decimal): -15760842 or 3572239. OLE color: 3572239.

HSL color Cylindrical-coordinate representation of color #0F8236: hue angle of 140.35º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8236 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 130 54 -
CMYK 0.88 0 0.58 0.49
HSL 140.35º 0.79% 0.28% -
HSV(B) 140.35º 0.88% 0.51% -
XYZ 8.85 16.33 6.18 -
YUV 86.95 109.4 76.68 -
System Red Green Blue C M Y K H S L
Decimal 15 130 54 0.88 0 0.58 0.49 140.35 0.79 0.28
Hex F 82 36 58 0 3A 31 8C 4F 1C
Octal 17 202 66 130 0 72 61 214 117 34
Binary 1111 10000010 110110 1011000 0 111010 110001 10001100 1001111 11100

Color Harmonies of #0F8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8236

Black with #0F8236

Text Example


Text Example

White with #0F8236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F8236; }

 p { color: rgb(15,130,54); }

 H1.HeaderClassName
 {
   color: #0F8236;
 }
 .AnyTagClassName
 {
   color: #0F8236;
 }
</style>

background-color css

<style>
 a { background-color: #0F8236; }

 a { background-color: rgb(15,130,54); }

 div.DivClassName
 {
   background-color: #0F8236;
 }
 .BgClassName
 {
   background-color: #0F8236;
 }
</style>

border-color css

<style>
 span { border-color: #0F8236; }

 span { border-color: rgb(15,130,54); }

 td.TdClassName
 {
   border-color: #0F8236;
 }
 .TagClassName
 {
   border-color: #0F8236;
 }
</style>