Html Css Color HEX #0ABC06 Islamic Green

📋 copy color: '#0ABC06'

red 10 ◦ green 188 ◦ blue 6

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

Shades of Islamic Green #0ABC06

Tints of Islamic Green #0ABC06

RGB

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

 GREEN value IS 188 (73.83% from 255) = 92.16%

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 4.9%
G = 92.16%
B = 2.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#0ABC06 (or 0x0ABC06) is known color: Islamic Green. HEX triplet: 0A, BC and 06. RGB value is (10,188,6). Sum of RGB (Red+Green+Blue) = 10+188+6=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 188 (73.83% from 255 or 92.16% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABC06 is #F543F9. Grayscale: #727272. Windows color (decimal): -16073722 or 441354. OLE color: 441354.

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

Color convert

RGB 10 188 6 -
CMYK 0.95 0 0.97 0.26
HSL 118.68º 0.94% 0.38% -
HSV(B) 118.68º 0.97% 0.74% -
XYZ 18.14 36.04 6.17 -
YUV 114.03 67.03 53.8 -
System Red Green Blue C M Y K H S L
Decimal 10 188 6 0.95 0 0.97 0.26 118.68 0.94 0.38
Hex A BC 6 5F 0 61 1A 77 5E 26
Octal 12 274 6 137 0 141 32 167 136 46
Binary 1010 10111100 110 1011111 0 1100001 11010 1110111 1011110 100110

Color Harmonies of #0ABC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC06

Black with #0ABC06

Text Example


Text Example

White with #0ABC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,188,6); }

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

background-color css

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

 a { background-color: rgb(10,188,6); }

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

border-color css

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

 span { border-color: rgb(10,188,6); }

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