Html Css Color HEX #0CA519 Islamic Green

📋 copy color: '#0CA519'

red 12 ◦ green 165 ◦ blue 25

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

Shades of Islamic Green #0CA519

Tints of Islamic Green #0CA519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 5.94%
G = 81.68%
B = 12.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#0CA519 (or 0x0CA519) is known color: Islamic Green. HEX triplet: 0C, A5 and 19. RGB value is (12,165,25). Sum of RGB (Red+Green+Blue) = 12+165+25=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 165 (64.84% from 255 or 81.68% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA519 is #F35AE6. Grayscale: #676767. Windows color (decimal): -15948519 or 1680652. OLE color: 1680652.

HSL color Cylindrical-coordinate representation of color #0CA519: hue angle of 125.1º 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 #0CA519 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 165 25 -
CMYK 0.93 0 0.85 0.35
HSL 125.1º 0.86% 0.35% -
HSV(B) 125.1º 0.93% 0.65% -
XYZ 13.78 27.06 5.42 -
YUV 103.29 83.81 62.88 -
System Red Green Blue C M Y K H S L
Decimal 12 165 25 0.93 0 0.85 0.35 125.1 0.86 0.35
Hex C A5 19 5D 0 55 23 7D 56 23
Octal 14 245 31 135 0 125 43 175 126 43
Binary 1100 10100101 11001 1011101 0 1010101 100011 1111101 1010110 100011

Color Harmonies of #0CA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA519

Black with #0CA519

Text Example


Text Example

White with #0CA519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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