Html Css Color HEX #0CA526 Forest Green

📋 copy color: '#0CA526'

red 12 ◦ green 165 ◦ blue 38

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

Shades of Forest Green #0CA526

Tints of Forest Green #0CA526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 76.74%

 BLUE value IS 38 (15.23% from 255) = 17.67%

R = 5.58%
G = 76.74%
B = 17.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#0CA526 (or 0x0CA526) is known color: Forest Green. HEX triplet: 0C, A5 and 26. RGB value is (12,165,38). Sum of RGB (Red+Green+Blue) = 12+165+38=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA526 is #F35AD9. Grayscale: #696969. Windows color (decimal): -15948506 or 2532620. OLE color: 2532620.

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

Color convert

RGB 12 165 38 -
CMYK 0.93 0 0.77 0.35
HSL 130.2º 0.86% 0.35% -
HSV(B) 130.2º 0.93% 0.65% -
XYZ 13.96 27.13 6.33 -
YUV 104.78 90.31 61.83 -
System Red Green Blue C M Y K H S L
Decimal 12 165 38 0.93 0 0.77 0.35 130.2 0.86 0.35
Hex C A5 26 5D 0 4D 23 82 56 23
Octal 14 245 46 135 0 115 43 202 126 43
Binary 1100 10100101 100110 1011101 0 1001101 100011 10000010 1010110 100011

Color Harmonies of #0CA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA526

Black with #0CA526

Text Example


Text Example

White with #0CA526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,165,38); }

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

background-color css

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

 a { background-color: rgb(12,165,38); }

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

border-color css

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

 span { border-color: rgb(12,165,38); }

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