Html Css Color HEX #ACD68A Feijoa

📋 copy color: '#ACD68A'

red 172 ◦ green 214 ◦ blue 138

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

Shades of Feijoa #ACD68A

Tints of Feijoa #ACD68A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

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

R = 32.82%
G = 40.84%
B = 26.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#ACD68A (or 0xACD68A) is known color: Feijoa. HEX triplet: AC, D6 and 8A. RGB value is (172,214,138). Sum of RGB (Red+Green+Blue) = 172+214+138=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD68A is #532975. Grayscale: #C1C1C1. Windows color (decimal): -5450102 or 9098924. OLE color: 9098924.

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

Color convert

RGB 172 214 138 -
CMYK 0.20 0 0.36 0.16
HSL 93.16º 0.48% 0.69% -
HSV(B) 93.16º 0.36% 0.84% -
XYZ 45.65 58.7 32.97 -
YUV 192.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 172 214 138 0.20 0 0.36 0.16 93.16 0.48 0.69
Hex AC D6 8A 14 0 24 10 5D 30 45
Octal 254 326 212 24 0 44 20 135 60 105
Binary 10101100 11010110 10001010 10100 0 100100 10000 1011101 110000 1000101

Color Harmonies of #ACD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD68A

Black with #ACD68A

Text Example


Text Example

White with #ACD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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