Html Css Color HEX #06C101 Islamic Green

📋 copy color: '#06C101'

red 6 ◦ green 193 ◦ blue 1

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

Shades of Islamic Green #06C101

Tints of Islamic Green #06C101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 3%
G = 96.5%
B = 0.5%

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

#06C101 (or 0x06C101) is known color: Islamic Green. HEX triplet: 06, C1 and 01. RGB value is (6,193,1). Sum of RGB (Red+Green+Blue) = 6+193+1=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 193 (75.78% from 255 or 96.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 193 - color contains mainly: green. Hex color #06C101 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C101 is #F93EFE. Grayscale: #737373. Windows color (decimal): -16334591 or 114950. OLE color: 114950.

HSL color Cylindrical-coordinate representation of color #06C101: hue angle of 118.44º degrees, saturation: 0.99, 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 #06C101 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 6 193 1 -
CMYK 0.97 0 0.99 0.24
HSL 118.44º 0.99% 0.38% -
HSV(B) 118.44º 0.99% 0.76% -
XYZ 19.15 38.18 6.39 -
YUV 115.2 63.55 50.11 -
System Red Green Blue C M Y K H S L
Decimal 6 193 1 0.97 0 0.99 0.24 118.44 0.99 0.38
Hex 6 C1 1 61 0 63 18 76 63 26
Octal 6 301 1 141 0 143 30 166 143 46
Binary 110 11000001 1 1100001 0 1100011 11000 1110110 1100011 100110

Color Harmonies of #06C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C101

Black with #06C101

Text Example


Text Example

White with #06C101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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