Html Css Color HEX #72AB02 Christi

📋 copy color: '#72AB02'

red 114 ◦ green 171 ◦ blue 2

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

Shades of Christi #72AB02

Tints of Christi #72AB02

RGB

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

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

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

R = 39.72%
G = 59.58%
B = 0.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#72AB02 (or 0x72AB02) is known color: Christi. HEX triplet: 72, AB and 02. RGB value is (114,171,2). Sum of RGB (Red+Green+Blue) = 114+171+2=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AB02 is #8D54FD. Grayscale: #878787. Windows color (decimal): -9262334 or 174962. OLE color: 174962.

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

Color convert

RGB 114 171 2 -
CMYK 0.33 0 0.99 0.33
HSL 80.24º 0.98% 0.34% -
HSV(B) 80.24º 0.99% 0.67% -
XYZ 21.51 32.71 5.24 -
YUV 134.69 53.12 113.24 -
System Red Green Blue C M Y K H S L
Decimal 114 171 2 0.33 0 0.99 0.33 80.24 0.98 0.34
Hex 72 AB 2 21 0 63 21 50 62 22
Octal 162 253 2 41 0 143 41 120 142 42
Binary 1110010 10101011 10 100001 0 1100011 100001 1010000 1100010 100010

Color Harmonies of #72AB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB02

Black with #72AB02

Text Example


Text Example

White with #72AB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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