Html Css Color HEX #ACD58F Feijoa

📋 copy color: '#ACD58F'

red 172 ◦ green 213 ◦ blue 143

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

Shades of Feijoa #ACD58F

Tints of Feijoa #ACD58F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.34%

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 32.58%
G = 40.34%
B = 27.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#ACD58F (or 0xACD58F) is known color: Feijoa. HEX triplet: AC, D5 and 8F. RGB value is (172,213,143). Sum of RGB (Red+Green+Blue) = 172+213+143=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD58F is #532A70. Grayscale: #C0C0C0. Windows color (decimal): -5450353 or 9426348. OLE color: 9426348.

HSL color Cylindrical-coordinate representation of color #ACD58F: hue angle of 95.14º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD58F is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 143 -
CMYK 0.19 0 0.33 0.16
HSL 95.14º 0.45% 0.7% -
HSV(B) 95.14º 0.33% 0.84% -
XYZ 45.77 58.34 34.84 -
YUV 192.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 172 213 143 0.19 0 0.33 0.16 95.14 0.45 0.7
Hex AC D5 8F 13 0 21 10 5F 2D 46
Octal 254 325 217 23 0 41 20 137 55 106
Binary 10101100 11010101 10001111 10011 0 100001 10000 1011111 101101 1000110

Color Harmonies of #ACD58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD58F

Black with #ACD58F

Text Example


Text Example

White with #ACD58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD58F; }

 p { color: rgb(172,213,143); }

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

background-color css

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

 a { background-color: rgb(172,213,143); }

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

border-color css

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

 span { border-color: rgb(172,213,143); }

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