Html Css Color HEX #ACD28B Feijoa

📋 copy color: '#ACD28B'

red 172 ◦ green 210 ◦ blue 139

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

Shades of Feijoa #ACD28B

Tints of Feijoa #ACD28B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.31%

 BLUE value IS 139 (54.69% from 255) = 26.68%

R = 33.01%
G = 40.31%
B = 26.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#ACD28B (or 0xACD28B) is known color: Feijoa. HEX triplet: AC, D2 and 8B. RGB value is (172,210,139). Sum of RGB (Red+Green+Blue) = 172+210+139=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD28B is #532D74. Grayscale: #BEBEBE. Windows color (decimal): -5451125 or 9163436. OLE color: 9163436.

HSL color Cylindrical-coordinate representation of color #ACD28B: hue angle of 92.11º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACD28B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 139 -
CMYK 0.18 0 0.34 0.18
HSL 92.11º 0.44% 0.68% -
HSV(B) 92.11º 0.34% 0.82% -
XYZ 44.72 56.73 33.02 -
YUV 190.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 172 210 139 0.18 0 0.34 0.18 92.11 0.44 0.68
Hex AC D2 8B 12 0 22 12 5C 2C 44
Octal 254 322 213 22 0 42 22 134 54 104
Binary 10101100 11010010 10001011 10010 0 100010 10010 1011100 101100 1000100

Color Harmonies of #ACD28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD28B

Black with #ACD28B

Text Example


Text Example

White with #ACD28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD28B; }

 p { color: rgb(172,210,139); }

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

background-color css

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

 a { background-color: rgb(172,210,139); }

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

border-color css

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

 span { border-color: rgb(172,210,139); }

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