Html Css Color HEX #ACDB70 Feijoa

📋 copy color: '#ACDB70'

red 172 ◦ green 219 ◦ blue 112

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

Shades of Feijoa #ACDB70

Tints of Feijoa #ACDB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

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

R = 34.19%
G = 43.54%
B = 22.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#ACDB70 (or 0xACDB70) is known color: Feijoa. HEX triplet: AC, DB and 70. RGB value is (172,219,112). Sum of RGB (Red+Green+Blue) = 172+219+112=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB70 is #53248F. Grayscale: #C1C1C1. Windows color (decimal): -5448848 or 7396268. OLE color: 7396268.

HSL color Cylindrical-coordinate representation of color #ACDB70: hue angle of 86.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACDB70 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 112 -
CMYK 0.21 0 0.49 0.14
HSL 86.36º 0.6% 0.65% -
HSV(B) 86.36º 0.49% 0.86% -
XYZ 45.27 60.6 24.64 -
YUV 192.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 172 219 112 0.21 0 0.49 0.14 86.36 0.6 0.65
Hex AC DB 70 15 0 31 E 56 3C 41
Octal 254 333 160 25 0 61 16 126 74 101
Binary 10101100 11011011 1110000 10101 0 110001 1110 1010110 111100 1000001

Color Harmonies of #ACDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB70

Black with #ACDB70

Text Example


Text Example

White with #ACDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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