Html Css Color HEX #02B90E Islamic Green

📋 copy color: '#02B90E'

red 2 ◦ green 185 ◦ blue 14

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

Shades of Islamic Green #02B90E

Tints of Islamic Green #02B90E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 92.04%

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 1%
G = 92.04%
B = 6.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#02B90E (or 0x02B90E) is known color: Islamic Green. HEX triplet: 02, B9 and 0E. RGB value is (2,185,14). Sum of RGB (Red+Green+Blue) = 2+185+14=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 185 (72.66% from 255 or 92.04% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 185 - color contains mainly: green. Hex color #02B90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B90E is #FD46F1. Grayscale: #6F6F6F. Windows color (decimal): -16598770 or 964866. OLE color: 964866.

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

Color convert

RGB 2 185 14 -
CMYK 0.99 0 0.92 0.27
HSL 123.93º 0.98% 0.37% -
HSV(B) 123.93º 0.99% 0.73% -
XYZ 17.45 34.74 6.2 -
YUV 110.79 73.37 50.4 -
System Red Green Blue C M Y K H S L
Decimal 2 185 14 0.99 0 0.92 0.27 123.93 0.98 0.37
Hex 2 B9 E 63 0 5C 1B 7C 62 25
Octal 2 271 16 143 0 134 33 174 142 45
Binary 10 10111001 1110 1100011 0 1011100 11011 1111100 1100010 100101

Color Harmonies of #02B90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B90E

Black with #02B90E

Text Example


Text Example

White with #02B90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,185,14); }

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

background-color css

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

 a { background-color: rgb(2,185,14); }

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

border-color css

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

 span { border-color: rgb(2,185,14); }

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