Html Css Color HEX #ACDB6E Feijoa

📋 copy color: '#ACDB6E'

red 172 ◦ green 219 ◦ blue 110

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

Shades of Feijoa #ACDB6E

Tints of Feijoa #ACDB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.96%

R = 34.33%
G = 43.71%
B = 21.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#ACDB6E (or 0xACDB6E) is known color: Feijoa. HEX triplet: AC, DB and 6E. RGB value is (172,219,110). Sum of RGB (Red+Green+Blue) = 172+219+110=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB6E is #532491. Grayscale: #C0C0C0. Windows color (decimal): -5448850 or 7265196. OLE color: 7265196.

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

Color convert

RGB 172 219 110 -
CMYK 0.21 0 0.50 0.14
HSL 85.87º 0.6% 0.65% -
HSV(B) 85.87º 0.5% 0.86% -
XYZ 45.16 60.56 24.06 -
YUV 192.52 81.43 113.36 -
System Red Green Blue C M Y K H S L
Decimal 172 219 110 0.21 0 0.50 0.14 85.87 0.6 0.65
Hex AC DB 6E 15 0 32 E 56 3C 41
Octal 254 333 156 25 0 62 16 126 74 101
Binary 10101100 11011011 1101110 10101 0 110010 1110 1010110 111100 1000001

Color Harmonies of #ACDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB6E

Black with #ACDB6E

Text Example


Text Example

White with #ACDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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