Html Css Color HEX #02B90A Islamic Green

📋 copy color: '#02B90A'

red 2 ◦ green 185 ◦ blue 10

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

Shades of Islamic Green #02B90A

Tints of Islamic Green #02B90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.08%

R = 1.02%
G = 93.91%
B = 5.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#02B90A (or 0x02B90A) is known color: Islamic Green. HEX triplet: 02, B9 and 0A. RGB value is (2,185,10). Sum of RGB (Red+Green+Blue) = 2+185+10=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 185 (72.66% from 255 or 93.91% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 185 - color contains mainly: green. Hex color #02B90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02B90A is #FD46F5. Grayscale: #6E6E6E. Windows color (decimal): -16598774 or 702722. OLE color: 702722.

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

Color convert

RGB 2 185 10 -
CMYK 0.99 0 0.95 0.27
HSL 122.62º 0.98% 0.37% -
HSV(B) 122.62º 0.99% 0.73% -
XYZ 17.43 34.73 6.07 -
YUV 110.33 71.37 50.73 -
System Red Green Blue C M Y K H S L
Decimal 2 185 10 0.99 0 0.95 0.27 122.62 0.98 0.37
Hex 2 B9 A 63 0 5F 1B 7B 62 25
Octal 2 271 12 143 0 137 33 173 142 45
Binary 10 10111001 1010 1100011 0 1011111 11011 1111011 1100010 100101

Color Harmonies of #02B90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B90A

Black with #02B90A

Text Example


Text Example

White with #02B90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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