Html Css Color HEX #0C970A Islamic Green

📋 copy color: '#0C970A'

red 12 ◦ green 151 ◦ blue 10

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

Shades of Islamic Green #0C970A

Tints of Islamic Green #0C970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 87.28%

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

R = 6.94%
G = 87.28%
B = 5.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#0C970A (or 0x0C970A) is known color: Islamic Green. HEX triplet: 0C, 97 and 0A. RGB value is (12,151,10). Sum of RGB (Red+Green+Blue) = 12+151+10=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 151 (59.38% from 255 or 87.28% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 151 - color contains mainly: green. Hex color #0C970A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C970A is #F368F5. Grayscale: #5D5D5D. Windows color (decimal): -15952118 or 694028. OLE color: 694028.

HSL color Cylindrical-coordinate representation of color #0C970A: hue angle of 119.15º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C970A is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 151 10 -
CMYK 0.92 0 0.93 0.41
HSL 119.15º 0.88% 0.32% -
HSV(B) 119.15º 0.93% 0.59% -
XYZ 11.27 22.23 3.98 -
YUV 93.37 80.95 69.96 -
System Red Green Blue C M Y K H S L
Decimal 12 151 10 0.92 0 0.93 0.41 119.15 0.88 0.32
Hex C 97 A 5C 0 5D 29 77 58 20
Octal 14 227 12 134 0 135 51 167 130 40
Binary 1100 10010111 1010 1011100 0 1011101 101001 1110111 1011000 100000

Color Harmonies of #0C970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C970A

Black with #0C970A

Text Example


Text Example

White with #0C970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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