Html Css Color HEX #0CB90A Islamic Green

📋 copy color: '#0CB90A'

red 12 ◦ green 185 ◦ blue 10

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

Shades of Islamic Green #0CB90A

Tints of Islamic Green #0CB90A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 89.37%

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

R = 5.8%
G = 89.37%
B = 4.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#0CB90A (or 0x0CB90A) is known color: Islamic Green. HEX triplet: 0C, B9 and 0A. RGB value is (12,185,10). Sum of RGB (Red+Green+Blue) = 12+185+10=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 185 (72.66% from 255 or 89.37% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB90A is #F346F5. Grayscale: #717171. Windows color (decimal): -15943414 or 702732. OLE color: 702732.

HSL color Cylindrical-coordinate representation of color #0CB90A: hue angle of 119.31º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB90A is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 185 10 -
CMYK 0.94 0 0.95 0.27
HSL 119.31º 0.9% 0.38% -
HSV(B) 119.31º 0.95% 0.73% -
XYZ 17.56 34.8 6.08 -
YUV 113.32 69.69 55.73 -
System Red Green Blue C M Y K H S L
Decimal 12 185 10 0.94 0 0.95 0.27 119.31 0.9 0.38
Hex C B9 A 5E 0 5F 1B 77 5A 26
Octal 14 271 12 136 0 137 33 167 132 46
Binary 1100 10111001 1010 1011110 0 1011111 11011 1110111 1011010 100110

Color Harmonies of #0CB90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB90A

Black with #0CB90A

Text Example


Text Example

White with #0CB90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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