Html Css Color HEX #129B02 Islamic Green

📋 copy color: '#129B02'

red 18 ◦ green 155 ◦ blue 2

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

Shades of Islamic Green #129B02

Tints of Islamic Green #129B02

RGB

 RED value IS 18 (7.42% from 255) = 10.29%

 GREEN value IS 155 (60.94% from 255) = 88.57%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 10.29%
G = 88.57%
B = 1.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#129B02 (or 0x129B02) is known color: Islamic Green. HEX triplet: 12, 9B and 02. RGB value is (18,155,2). Sum of RGB (Red+Green+Blue) = 18+155+2=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 155 (60.94% from 255 or 88.57% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 155 - color contains mainly: green. Hex color #129B02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129B02 is #ED64FD. Grayscale: #616161. Windows color (decimal): -15557886 or 170770. OLE color: 170770.

HSL color Cylindrical-coordinate representation of color #129B02: hue angle of 113.73º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #129B02 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 155 2 -
CMYK 0.88 0 0.99 0.39
HSL 113.73º 0.97% 0.31% -
HSV(B) 113.73º 0.99% 0.61% -
XYZ 11.98 23.58 3.98 -
YUV 96.6 74.61 71.94 -
System Red Green Blue C M Y K H S L
Decimal 18 155 2 0.88 0 0.99 0.39 113.73 0.97 0.31
Hex 12 9B 2 58 0 63 27 72 61 1F
Octal 22 233 2 130 0 143 47 162 141 37
Binary 10010 10011011 10 1011000 0 1100011 100111 1110010 1100001 11111

Color Harmonies of #129B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B02

Black with #129B02

Text Example


Text Example

White with #129B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129B02; }

 p { color: rgb(18,155,2); }

 H1.HeaderClassName
 {
   color: #129B02;
 }
 .AnyTagClassName
 {
   color: #129B02;
 }
</style>

background-color css

<style>
 a { background-color: #129B02; }

 a { background-color: rgb(18,155,2); }

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

border-color css

<style>
 span { border-color: #129B02; }

 span { border-color: rgb(18,155,2); }

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