Html Css Color HEX #02BC06 Islamic Green

📋 copy color: '#02BC06'

red 2 ◦ green 188 ◦ blue 6

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

Shades of Islamic Green #02BC06

Tints of Islamic Green #02BC06

RGB

 RED value IS 2 (1.17% from 255) = 1.02%

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

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

R = 1.02%
G = 95.92%
B = 3.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#02BC06 (or 0x02BC06) is known color: Islamic Green. HEX triplet: 02, BC and 06. RGB value is (2,188,6). Sum of RGB (Red+Green+Blue) = 2+188+6=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 188 (73.83% from 255 or 95.92% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC06 is #FD43F9. Grayscale: #707070. Windows color (decimal): -16598010 or 441346. OLE color: 441346.

HSL color Cylindrical-coordinate representation of color #02BC06: hue angle of 121.29º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC06 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 6 -
CMYK 0.99 0 0.97 0.26
HSL 121.29º 0.98% 0.37% -
HSV(B) 121.29º 0.99% 0.74% -
XYZ 18.04 35.99 6.17 -
YUV 111.64 68.38 49.8 -
System Red Green Blue C M Y K H S L
Decimal 2 188 6 0.99 0 0.97 0.26 121.29 0.98 0.37
Hex 2 BC 6 63 0 61 1A 79 62 25
Octal 2 274 6 143 0 141 32 171 142 45
Binary 10 10111100 110 1100011 0 1100001 11010 1111001 1100010 100101

Color Harmonies of #02BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC06

Black with #02BC06

Text Example


Text Example

White with #02BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02BC06; }

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

 H1.HeaderClassName
 {
   color: #02BC06;
 }
 .AnyTagClassName
 {
   color: #02BC06;
 }
</style>

background-color css

<style>
 a { background-color: #02BC06; }

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

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

border-color css

<style>
 span { border-color: #02BC06; }

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

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