Html Css Color HEX #0CA319 Islamic Green

📋 copy color: '#0CA319'

red 12 ◦ green 163 ◦ blue 25

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

Shades of Islamic Green #0CA319

Tints of Islamic Green #0CA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 81.5%

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

R = 6%
G = 81.5%
B = 12.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#0CA319 (or 0x0CA319) is known color: Islamic Green. HEX triplet: 0C, A3 and 19. RGB value is (12,163,25). Sum of RGB (Red+Green+Blue) = 12+163+25=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 163 (64.06% from 255 or 81.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA319 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA319 is #F35CE6. Grayscale: #666666. Windows color (decimal): -15949031 or 1680140. OLE color: 1680140.

HSL color Cylindrical-coordinate representation of color #0CA319: hue angle of 125.17º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA319 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 163 25 -
CMYK 0.93 0 0.85 0.36
HSL 125.17º 0.86% 0.34% -
HSV(B) 125.17º 0.93% 0.64% -
XYZ 13.42 26.34 5.3 -
YUV 102.12 84.47 63.72 -
System Red Green Blue C M Y K H S L
Decimal 12 163 25 0.93 0 0.85 0.36 125.17 0.86 0.34
Hex C A3 19 5D 0 55 24 7D 56 22
Octal 14 243 31 135 0 125 44 175 126 42
Binary 1100 10100011 11001 1011101 0 1010101 100100 1111101 1010110 100010

Color Harmonies of #0CA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA319

Black with #0CA319

Text Example


Text Example

White with #0CA319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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