Html Css Color HEX #70AF93 Acapulco

📋 copy color: '#70AF93'

red 112 ◦ green 175 ◦ blue 147

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

Shades of Acapulco #70AF93

Tints of Acapulco #70AF93

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

 BLUE value IS 147 (57.81% from 255) = 33.87%

R = 25.81%
G = 40.32%
B = 33.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#70AF93 (or 0x70AF93) is known color: Acapulco. HEX triplet: 70, AF and 93. RGB value is (112,175,147). Sum of RGB (Red+Green+Blue) = 112+175+147=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF93 is #8F506C. Grayscale: #999999. Windows color (decimal): -9392237 or 9678704. OLE color: 9678704.

HSL color Cylindrical-coordinate representation of color #70AF93: hue angle of 153.33º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AF93 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 175 147 -
CMYK 0.36 0 0.16 0.31
HSL 153.33º 0.28% 0.56% -
HSV(B) 153.33º 0.36% 0.69% -
XYZ 27.28 36.21 33.16 -
YUV 152.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 112 175 147 0.36 0 0.16 0.31 153.33 0.28 0.56
Hex 70 AF 93 24 0 10 1F 99 1C 38
Octal 160 257 223 44 0 20 37 231 34 70
Binary 1110000 10101111 10010011 100100 0 10000 11111 10011001 11100 111000

Color Harmonies of #70AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF93

Black with #70AF93

Text Example


Text Example

White with #70AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,175,147); }

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

background-color css

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

 a { background-color: rgb(112,175,147); }

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

border-color css

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

 span { border-color: rgb(112,175,147); }

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