Html Css Color HEX #72AB15 Christi

📋 copy color: '#72AB15'

red 114 ◦ green 171 ◦ blue 21

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

Shades of Christi #72AB15

Tints of Christi #72AB15

RGB

 RED value IS 114 (44.92% from 255) = 37.25%

 GREEN value IS 171 (67.19% from 255) = 55.88%

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 37.25%
G = 55.88%
B = 6.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#72AB15 (or 0x72AB15) is known color: Christi. HEX triplet: 72, AB and 15. RGB value is (114,171,21). Sum of RGB (Red+Green+Blue) = 114+171+21=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AB15 is #8D54EA. Grayscale: #898989. Windows color (decimal): -9262315 or 1420146. OLE color: 1420146.

HSL color Cylindrical-coordinate representation of color #72AB15: hue angle of 82.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72AB15 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 21 -
CMYK 0.33 0 0.88 0.33
HSL 82.8º 0.78% 0.38% -
HSV(B) 82.8º 0.88% 0.67% -
XYZ 21.64 32.76 5.89 -
YUV 136.86 62.62 111.7 -
System Red Green Blue C M Y K H S L
Decimal 114 171 21 0.33 0 0.88 0.33 82.8 0.78 0.38
Hex 72 AB 15 21 0 58 21 53 4E 26
Octal 162 253 25 41 0 130 41 123 116 46
Binary 1110010 10101011 10101 100001 0 1011000 100001 1010011 1001110 100110

Color Harmonies of #72AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB15

Black with #72AB15

Text Example


Text Example

White with #72AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AB15; }

 p { color: rgb(114,171,21); }

 H1.HeaderClassName
 {
   color: #72AB15;
 }
 .AnyTagClassName
 {
   color: #72AB15;
 }
</style>

background-color css

<style>
 a { background-color: #72AB15; }

 a { background-color: rgb(114,171,21); }

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

border-color css

<style>
 span { border-color: #72AB15; }

 span { border-color: rgb(114,171,21); }

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