Html Css Color HEX #ACD681 Feijoa

📋 copy color: '#ACD681'

red 172 ◦ green 214 ◦ blue 129

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

Shades of Feijoa #ACD681

Tints of Feijoa #ACD681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.05%

R = 33.4%
G = 41.55%
B = 25.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#ACD681 (or 0xACD681) is known color: Feijoa. HEX triplet: AC, D6 and 81. RGB value is (172,214,129). Sum of RGB (Red+Green+Blue) = 172+214+129=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD681 is #53297E. Grayscale: #C0C0C0. Windows color (decimal): -5450111 or 8509100. OLE color: 8509100.

HSL color Cylindrical-coordinate representation of color #ACD681: hue angle of 89.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD681 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 129 -
CMYK 0.20 0 0.40 0.16
HSL 89.65º 0.51% 0.67% -
HSV(B) 89.65º 0.4% 0.84% -
XYZ 45.02 58.45 29.68 -
YUV 191.75 92.59 113.91 -
System Red Green Blue C M Y K H S L
Decimal 172 214 129 0.20 0 0.40 0.16 89.65 0.51 0.67
Hex AC D6 81 14 0 28 10 5A 33 43
Octal 254 326 201 24 0 50 20 132 63 103
Binary 10101100 11010110 10000001 10100 0 101000 10000 1011010 110011 1000011

Color Harmonies of #ACD681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD681

Black with #ACD681

Text Example


Text Example

White with #ACD681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD681; }

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

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

background-color css

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

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

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

border-color css

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

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

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