Html Css Color HEX #0AC60B Islamic Green

📋 copy color: '#0AC60B'

red 10 ◦ green 198 ◦ blue 11

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

Shades of Islamic Green #0AC60B

Tints of Islamic Green #0AC60B

RGB

 RED value IS 10 (4.3% from 255) = 4.57%

 GREEN value IS 198 (77.73% from 255) = 90.41%

 BLUE value IS 11 (4.69% from 255) = 5.02%

R = 4.57%
G = 90.41%
B = 5.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#0AC60B (or 0x0AC60B) is known color: Islamic Green. HEX triplet: 0A, C6 and 0B. RGB value is (10,198,11). Sum of RGB (Red+Green+Blue) = 10+198+11=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 198 (77.73% from 255 or 90.41% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC60B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC60B is #F539F4. Grayscale: #797979. Windows color (decimal): -16071157 or 771594. OLE color: 771594.

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

Color convert

RGB 10 198 11 -
CMYK 0.95 0 0.94 0.22
HSL 120.32º 0.9% 0.41% -
HSV(B) 120.32º 0.95% 0.78% -
XYZ 20.38 40.48 7.06 -
YUV 120.47 66.22 49.21 -
System Red Green Blue C M Y K H S L
Decimal 10 198 11 0.95 0 0.94 0.22 120.32 0.9 0.41
Hex A C6 B 5F 0 5E 16 78 5A 29
Octal 12 306 13 137 0 136 26 170 132 51
Binary 1010 11000110 1011 1011111 0 1011110 10110 1111000 1011010 101001

Color Harmonies of #0AC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC60B

Black with #0AC60B

Text Example


Text Example

White with #0AC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,198,11); }

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

background-color css

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

 a { background-color: rgb(10,198,11); }

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

border-color css

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

 span { border-color: rgb(10,198,11); }

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