Html Css Color HEX #1BB70C Islamic Green

📋 copy color: '#1BB70C'

red 27 ◦ green 183 ◦ blue 12

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

Shades of Islamic Green #1BB70C

Tints of Islamic Green #1BB70C

RGB

 RED value IS 27 (10.94% from 255) = 12.16%

 GREEN value IS 183 (71.88% from 255) = 82.43%

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 12.16%
G = 82.43%
B = 5.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#1BB70C (or 0x1BB70C) is known color: Islamic Green. HEX triplet: 1B, B7 and 0C. RGB value is (27,183,12). Sum of RGB (Red+Green+Blue) = 27+183+12=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 183 (71.88% from 255 or 82.43% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 183 - color contains mainly: green. Hex color #1BB70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BB70C is #E448F3. Grayscale: #757575. Windows color (decimal): -14960884 or 833307. OLE color: 833307.

HSL color Cylindrical-coordinate representation of color #1BB70C: hue angle of 114.74º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1BB70C is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 27 183 12 -
CMYK 0.85 0 0.93 0.28
HSL 114.74º 0.88% 0.38% -
HSV(B) 114.74º 0.93% 0.72% -
XYZ 17.45 34.13 6.02 -
YUV 116.86 68.82 63.9 -
System Red Green Blue C M Y K H S L
Decimal 27 183 12 0.85 0 0.93 0.28 114.74 0.88 0.38
Hex 1B B7 C 55 0 5D 1C 73 58 26
Octal 33 267 14 125 0 135 34 163 130 46
Binary 11011 10110111 1100 1010101 0 1011101 11100 1110011 1011000 100110

Color Harmonies of #1BB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB70C

Black with #1BB70C

Text Example


Text Example

White with #1BB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BB70C; }

 p { color: rgb(27,183,12); }

 H1.HeaderClassName
 {
   color: #1BB70C;
 }
 .AnyTagClassName
 {
   color: #1BB70C;
 }
</style>

background-color css

<style>
 a { background-color: #1BB70C; }

 a { background-color: rgb(27,183,12); }

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

border-color css

<style>
 span { border-color: #1BB70C; }

 span { border-color: rgb(27,183,12); }

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