Html Css Color HEX #0CAE0A Islamic Green

📋 copy color: '#0CAE0A'

red 12 ◦ green 174 ◦ blue 10

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

Shades of Islamic Green #0CAE0A

Tints of Islamic Green #0CAE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 88.78%

 BLUE value IS 10 (4.3% from 255) = 5.1%

R = 6.12%
G = 88.78%
B = 5.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#0CAE0A (or 0x0CAE0A) is known color: Islamic Green. HEX triplet: 0C, AE and 0A. RGB value is (12,174,10). Sum of RGB (Red+Green+Blue) = 12+174+10=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 174 (68.36% from 255 or 88.78% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAE0A is #F351F5. Grayscale: #6B6B6B. Windows color (decimal): -15946230 or 699916. OLE color: 699916.

HSL color Cylindrical-coordinate representation of color #0CAE0A: hue angle of 119.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAE0A is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 174 10 -
CMYK 0.93 0 0.94 0.32
HSL 119.27º 0.89% 0.36% -
HSV(B) 119.27º 0.94% 0.68% -
XYZ 15.34 30.37 5.34 -
YUV 106.87 73.33 60.34 -
System Red Green Blue C M Y K H S L
Decimal 12 174 10 0.93 0 0.94 0.32 119.27 0.89 0.36
Hex C AE A 5D 0 5E 20 77 59 24
Octal 14 256 12 135 0 136 40 167 131 44
Binary 1100 10101110 1010 1011101 0 1011110 100000 1110111 1011001 100100

Color Harmonies of #0CAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAE0A

Black with #0CAE0A

Text Example


Text Example

White with #0CAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,174,10); }

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

background-color css

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

 a { background-color: rgb(12,174,10); }

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

border-color css

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

 span { border-color: rgb(12,174,10); }

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