Html Css Color HEX #ACDB7A Feijoa

📋 copy color: '#ACDB7A'

red 172 ◦ green 219 ◦ blue 122

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

Shades of Feijoa #ACDB7A

Tints of Feijoa #ACDB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 33.53%
G = 42.69%
B = 23.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#ACDB7A (or 0xACDB7A) is known color: Feijoa. HEX triplet: AC, DB and 7A. RGB value is (172,219,122). Sum of RGB (Red+Green+Blue) = 172+219+122=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB7A is #532485. Grayscale: #C2C2C2. Windows color (decimal): -5448838 or 8051628. OLE color: 8051628.

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

Color convert

RGB 172 219 122 -
CMYK 0.21 0 0.44 0.14
HSL 89.07º 0.57% 0.67% -
HSV(B) 89.07º 0.44% 0.86% -
XYZ 45.86 60.84 27.74 -
YUV 193.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 172 219 122 0.21 0 0.44 0.14 89.07 0.57 0.67
Hex AC DB 7A 15 0 2C E 59 39 43
Octal 254 333 172 25 0 54 16 131 71 103
Binary 10101100 11011011 1111010 10101 0 101100 1110 1011001 111001 1000011

Color Harmonies of #ACDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB7A

Black with #ACDB7A

Text Example


Text Example

White with #ACDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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