Html Css Color HEX #06B912 Islamic Green

📋 copy color: '#06B912'

red 6 ◦ green 185 ◦ blue 18

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

Shades of Islamic Green #06B912

Tints of Islamic Green #06B912

RGB

 RED value IS 6 (2.73% from 255) = 2.87%

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

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 2.87%
G = 88.52%
B = 8.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#06B912 (or 0x06B912) is known color: Islamic Green. HEX triplet: 06, B9 and 12. RGB value is (6,185,18). Sum of RGB (Red+Green+Blue) = 6+185+18=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 185 (72.66% from 255 or 88.52% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 185 - color contains mainly: green. Hex color #06B912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06B912 is #F946ED. Grayscale: #707070. Windows color (decimal): -16336622 or 1227014. OLE color: 1227014.

HSL color Cylindrical-coordinate representation of color #06B912: hue angle of 124.02º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B912 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 185 18 -
CMYK 0.97 0 0.90 0.27
HSL 124.02º 0.94% 0.37% -
HSV(B) 124.02º 0.97% 0.73% -
XYZ 17.53 34.78 6.36 -
YUV 112.44 74.7 52.08 -
System Red Green Blue C M Y K H S L
Decimal 6 185 18 0.97 0 0.90 0.27 124.02 0.94 0.37
Hex 6 B9 12 61 0 5A 1B 7C 5E 25
Octal 6 271 22 141 0 132 33 174 136 45
Binary 110 10111001 10010 1100001 0 1011010 11011 1111100 1011110 100101

Color Harmonies of #06B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B912

Black with #06B912

Text Example


Text Example

White with #06B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B912; }

 p { color: rgb(6,185,18); }

 H1.HeaderClassName
 {
   color: #06B912;
 }
 .AnyTagClassName
 {
   color: #06B912;
 }
</style>

background-color css

<style>
 a { background-color: #06B912; }

 a { background-color: rgb(6,185,18); }

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

border-color css

<style>
 span { border-color: #06B912; }

 span { border-color: rgb(6,185,18); }

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