Html Css Color HEX #0C9F25 Forest Green

📋 copy color: '#0C9F25'

red 12 ◦ green 159 ◦ blue 37

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

Shades of Forest Green #0C9F25

Tints of Forest Green #0C9F25

RGB

 RED value IS 12 (5.08% from 255) = 5.77%

 GREEN value IS 159 (62.5% from 255) = 76.44%

 BLUE value IS 37 (14.84% from 255) = 17.79%

R = 5.77%
G = 76.44%
B = 17.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#0C9F25 (or 0x0C9F25) is known color: Forest Green. HEX triplet: 0C, 9F and 25. RGB value is (12,159,37). Sum of RGB (Red+Green+Blue) = 12+159+37=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 159 (62.5% from 255 or 76.44% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9F25 is #F360DA. Grayscale: #656565. Windows color (decimal): -15950043 or 2465548. OLE color: 2465548.

HSL color Cylindrical-coordinate representation of color #0C9F25: hue angle of 130.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F25 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 159 37 -
CMYK 0.92 0 0.77 0.38
HSL 130.2º 0.86% 0.34% -
HSV(B) 130.2º 0.92% 0.62% -
XYZ 12.88 25.01 5.9 -
YUV 101.14 91.8 64.42 -
System Red Green Blue C M Y K H S L
Decimal 12 159 37 0.92 0 0.77 0.38 130.2 0.86 0.34
Hex C 9F 25 5C 0 4D 26 82 56 22
Octal 14 237 45 134 0 115 46 202 126 42
Binary 1100 10011111 100101 1011100 0 1001101 100110 10000010 1010110 100010

Color Harmonies of #0C9F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9F25

Black with #0C9F25

Text Example


Text Example

White with #0C9F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,159,37); }

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

background-color css

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

 a { background-color: rgb(12,159,37); }

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

border-color css

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

 span { border-color: rgb(12,159,37); }

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