Html Css Color HEX #ACD770 Feijoa

📋 copy color: '#ACD770'

red 172 ◦ green 215 ◦ blue 112

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

Shades of Feijoa #ACD770

Tints of Feijoa #ACD770

RGB

 RED value IS 172 (67.58% from 255) = 34.47%

 GREEN value IS 215 (84.38% from 255) = 43.09%

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 34.47%
G = 43.09%
B = 22.44%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#ACD770 (or 0xACD770) is known color: Feijoa. HEX triplet: AC, D7 and 70. RGB value is (172,215,112). Sum of RGB (Red+Green+Blue) = 172+215+112=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD770 is #53288F. Grayscale: #BEBEBE. Windows color (decimal): -5449872 or 7395244. OLE color: 7395244.

HSL color Cylindrical-coordinate representation of color #ACD770: hue angle of 85.05º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACD770 is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 112 -
CMYK 0.2 0 0.48 0.16
HSL 85.05º 0.56% 0.64% -
HSV(B) 85.05º 0.48% 0.84% -
XYZ 44.24 58.54 24.3 -
YUV 190.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 172 215 112 0.2 0 0.48 0.16 85.05 0.56 0.64
Hex AC D7 70 14 0 30 10 55 38 40
Octal 254 327 160 24 0 60 20 125 70 100
Binary 10101100 11010111 1110000 10100 0 110000 10000 1010101 111000 1000000

Color Harmonies of #ACD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD770

Black with #ACD770

Text Example


Text Example

White with #ACD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD770; }

 p { color: rgb(172,215,112); }

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

background-color css

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

 a { background-color: rgb(172,215,112); }

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

border-color css

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

 span { border-color: rgb(172,215,112); }

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