Html Css Color HEX #02BC09 Islamic Green

📋 copy color: '#02BC09'

red 2 ◦ green 188 ◦ blue 9

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

Shades of Islamic Green #02BC09

Tints of Islamic Green #02BC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.52%

R = 1.01%
G = 94.47%
B = 4.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#02BC09 (or 0x02BC09) is known color: Islamic Green. HEX triplet: 02, BC and 09. RGB value is (2,188,9). Sum of RGB (Red+Green+Blue) = 2+188+9=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 188 (73.83% from 255 or 94.47% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BC09 is #FD43F6. Grayscale: #707070. Windows color (decimal): -16598007 or 637954. OLE color: 637954.

HSL color Cylindrical-coordinate representation of color #02BC09: hue angle of 122.26º 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 #02BC09 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 9 -
CMYK 0.99 0 0.95 0.26
HSL 122.26º 0.98% 0.37% -
HSV(B) 122.26º 0.99% 0.74% -
XYZ 18.06 36 6.26 -
YUV 111.98 69.88 49.55 -
System Red Green Blue C M Y K H S L
Decimal 2 188 9 0.99 0 0.95 0.26 122.26 0.98 0.37
Hex 2 BC 9 63 0 5F 1A 7A 62 25
Octal 2 274 11 143 0 137 32 172 142 45
Binary 10 10111100 1001 1100011 0 1011111 11010 1111010 1100010 100101

Color Harmonies of #02BC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC09

Black with #02BC09

Text Example


Text Example

White with #02BC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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