Html Css Color HEX #ACDB71 Feijoa

📋 copy color: '#ACDB71'

red 172 ◦ green 219 ◦ blue 113

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

Shades of Feijoa #ACDB71

Tints of Feijoa #ACDB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.42%

R = 34.13%
G = 43.45%
B = 22.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#ACDB71 (or 0xACDB71) is known color: Feijoa. HEX triplet: AC, DB and 71. RGB value is (172,219,113). Sum of RGB (Red+Green+Blue) = 172+219+113=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB71 is #53248E. Grayscale: #C1C1C1. Windows color (decimal): -5448847 or 7461804. OLE color: 7461804.

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

Color convert

RGB 172 219 113 -
CMYK 0.21 0 0.48 0.14
HSL 86.6º 0.6% 0.65% -
HSV(B) 86.6º 0.48% 0.86% -
XYZ 45.33 60.63 24.94 -
YUV 192.86 82.93 113.12 -
System Red Green Blue C M Y K H S L
Decimal 172 219 113 0.21 0 0.48 0.14 86.6 0.6 0.65
Hex AC DB 71 15 0 30 E 57 3C 41
Octal 254 333 161 25 0 60 16 127 74 101
Binary 10101100 11011011 1110001 10101 0 110000 1110 1010111 111100 1000001

Color Harmonies of #ACDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB71

Black with #ACDB71

Text Example


Text Example

White with #ACDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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