Html Css Color HEX #70A501 Christi

📋 copy color: '#70A501'

red 112 ◦ green 165 ◦ blue 1

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

Shades of Christi #70A501

Tints of Christi #70A501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.35%

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

R = 40.29%
G = 59.35%
B = 0.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#70A501 (or 0x70A501) is known color: Christi. HEX triplet: 70, A5 and 01. RGB value is (112,165,1). Sum of RGB (Red+Green+Blue) = 112+165+1=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #70A501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A501 is #8F5AFE. Grayscale: #838383. Windows color (decimal): -9394943 or 107888. OLE color: 107888.

HSL color Cylindrical-coordinate representation of color #70A501: hue angle of 79.39º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70A501 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 165 1 -
CMYK 0.32 0 0.99 0.35
HSL 79.39º 0.99% 0.33% -
HSV(B) 79.39º 0.99% 0.65% -
XYZ 20.14 30.36 4.83 -
YUV 130.46 54.94 114.84 -
System Red Green Blue C M Y K H S L
Decimal 112 165 1 0.32 0 0.99 0.35 79.39 0.99 0.33
Hex 70 A5 1 20 0 63 23 4F 63 21
Octal 160 245 1 40 0 143 43 117 143 41
Binary 1110000 10100101 1 100000 0 1100011 100011 1001111 1100011 100001

Color Harmonies of #70A501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A501

Black with #70A501

Text Example


Text Example

White with #70A501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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