Html Css Color HEX #70AB01 Christi

📋 copy color: '#70AB01'

red 112 ◦ green 171 ◦ blue 1

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

Shades of Christi #70AB01

Tints of Christi #70AB01

RGB

 RED value IS 112 (44.14% from 255) = 39.44%

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 39.44%
G = 60.21%
B = 0.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#70AB01 (or 0x70AB01) is known color: Christi. HEX triplet: 70, AB and 01. RGB value is (112,171,1). Sum of RGB (Red+Green+Blue) = 112+171+1=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB01 is #8F54FE. Grayscale: #868686. Windows color (decimal): -9393407 or 109424. OLE color: 109424.

HSL color Cylindrical-coordinate representation of color #70AB01: hue angle of 80.82º degrees, saturation: 0.99, 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 #70AB01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 1 -
CMYK 0.35 0 0.99 0.33
HSL 80.82º 0.99% 0.34% -
HSV(B) 80.82º 0.99% 0.67% -
XYZ 21.25 32.57 5.2 -
YUV 133.98 52.95 112.32 -
System Red Green Blue C M Y K H S L
Decimal 112 171 1 0.35 0 0.99 0.33 80.82 0.99 0.34
Hex 70 AB 1 23 0 63 21 51 63 22
Octal 160 253 1 43 0 143 41 121 143 42
Binary 1110000 10101011 1 100011 0 1100011 100001 1010001 1100011 100010

Color Harmonies of #70AB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB01

Black with #70AB01

Text Example


Text Example

White with #70AB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70AB01; }

 p { color: rgb(112,171,1); }

 H1.HeaderClassName
 {
   color: #70AB01;
 }
 .AnyTagClassName
 {
   color: #70AB01;
 }
</style>

background-color css

<style>
 a { background-color: #70AB01; }

 a { background-color: rgb(112,171,1); }

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

border-color css

<style>
 span { border-color: #70AB01; }

 span { border-color: rgb(112,171,1); }

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