Html Css Color HEX #ACD58A Feijoa

📋 copy color: '#ACD58A'

red 172 ◦ green 213 ◦ blue 138

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

Shades of Feijoa #ACD58A

Tints of Feijoa #ACD58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 32.89%
G = 40.73%
B = 26.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#ACD58A (or 0xACD58A) is known color: Feijoa. HEX triplet: AC, D5 and 8A. RGB value is (172,213,138). Sum of RGB (Red+Green+Blue) = 172+213+138=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD58A is #532A75. Grayscale: #C0C0C0. Windows color (decimal): -5450358 or 9098668. OLE color: 9098668.

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

Color convert

RGB 172 213 138 -
CMYK 0.19 0 0.35 0.16
HSL 92.8º 0.47% 0.69% -
HSV(B) 92.8º 0.35% 0.84% -
XYZ 45.39 58.19 32.88 -
YUV 192.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 172 213 138 0.19 0 0.35 0.16 92.8 0.47 0.69
Hex AC D5 8A 13 0 23 10 5D 2F 45
Octal 254 325 212 23 0 43 20 135 57 105
Binary 10101100 11010101 10001010 10011 0 100011 10000 1011101 101111 1000101

Color Harmonies of #ACD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD58A

Black with #ACD58A

Text Example


Text Example

White with #ACD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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