Html Css Color HEX #ACDA7D Feijoa

📋 copy color: '#ACDA7D'

red 172 ◦ green 218 ◦ blue 125

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

Shades of Feijoa #ACDA7D

Tints of Feijoa #ACDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 33.4%
G = 42.33%
B = 24.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#ACDA7D (or 0xACDA7D) is known color: Feijoa. HEX triplet: AC, DA and 7D. RGB value is (172,218,125). Sum of RGB (Red+Green+Blue) = 172+218+125=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA7D is #532582. Grayscale: #C1C1C1. Windows color (decimal): -5449091 or 8247980. OLE color: 8247980.

HSL color Cylindrical-coordinate representation of color #ACDA7D: hue angle of 89.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACDA7D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 125 -
CMYK 0.21 0 0.43 0.15
HSL 89.68º 0.56% 0.67% -
HSV(B) 89.68º 0.43% 0.85% -
XYZ 45.79 60.39 28.65 -
YUV 193.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 172 218 125 0.21 0 0.43 0.15 89.68 0.56 0.67
Hex AC DA 7D 15 0 2B F 5A 38 43
Octal 254 332 175 25 0 53 17 132 70 103
Binary 10101100 11011010 1111101 10101 0 101011 1111 1011010 111000 1000011

Color Harmonies of #ACDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA7D

Black with #ACDA7D

Text Example


Text Example

White with #ACDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA7D; }

 p { color: rgb(172,218,125); }

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

background-color css

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

 a { background-color: rgb(172,218,125); }

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

border-color css

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

 span { border-color: rgb(172,218,125); }

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