Html Css Color HEX #06C102 Islamic Green

📋 copy color: '#06C102'

red 6 ◦ green 193 ◦ blue 2

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

Shades of Islamic Green #06C102

Tints of Islamic Green #06C102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 96.02%

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

R = 2.99%
G = 96.02%
B = 1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#06C102 (or 0x06C102) is known color: Islamic Green. HEX triplet: 06, C1 and 02. RGB value is (6,193,2). Sum of RGB (Red+Green+Blue) = 6+193+2=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 193 (75.78% from 255 or 96.02% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 193 - color contains mainly: green. Hex color #06C102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C102 is #F93EFD. Grayscale: #737373. Windows color (decimal): -16334590 or 180486. OLE color: 180486.

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

Color convert

RGB 6 193 2 -
CMYK 0.97 0 0.99 0.24
HSL 118.74º 0.98% 0.38% -
HSV(B) 118.74º 0.99% 0.76% -
XYZ 19.16 38.18 6.42 -
YUV 115.31 64.05 50.03 -
System Red Green Blue C M Y K H S L
Decimal 6 193 2 0.97 0 0.99 0.24 118.74 0.98 0.38
Hex 6 C1 2 61 0 63 18 77 62 26
Octal 6 301 2 141 0 143 30 167 142 46
Binary 110 11000001 10 1100001 0 1100011 11000 1110111 1100010 100110

Color Harmonies of #06C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C102

Black with #06C102

Text Example


Text Example

White with #06C102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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