Html Css Color HEX #06C002 Islamic Green

📋 copy color: '#06C002'

red 6 ◦ green 192 ◦ blue 2

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

Shades of Islamic Green #06C002

Tints of Islamic Green #06C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 96%

 BLUE value IS 2 (1.17% from 255) = 1%

R = 3%
G = 96%
B = 1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#06C002 (or 0x06C002) is known color: Islamic Green. HEX triplet: 06, C0 and 02. RGB value is (6,192,2). Sum of RGB (Red+Green+Blue) = 6+192+2=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 192 (75.39% from 255 or 96% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 192 - color contains mainly: green. Hex color #06C002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C002 is #F93FFD. Grayscale: #737373. Windows color (decimal): -16334846 or 180230. OLE color: 180230.

HSL color Cylindrical-coordinate representation of color #06C002: hue angle of 118.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06C002 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 2 -
CMYK 0.97 0 0.99 0.25
HSL 118.74º 0.98% 0.38% -
HSV(B) 118.74º 0.99% 0.75% -
XYZ 18.94 37.74 6.34 -
YUV 114.73 64.38 50.45 -
System Red Green Blue C M Y K H S L
Decimal 6 192 2 0.97 0 0.99 0.25 118.74 0.98 0.38
Hex 6 C0 2 61 0 63 19 77 62 26
Octal 6 300 2 141 0 143 31 167 142 46
Binary 110 11000000 10 1100001 0 1100011 11001 1110111 1100010 100110

Color Harmonies of #06C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C002

Black with #06C002

Text Example


Text Example

White with #06C002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,192,2); }

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

background-color css

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

 a { background-color: rgb(6,192,2); }

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

border-color css

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

 span { border-color: rgb(6,192,2); }

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