Html Css Color HEX #ACDA7C Feijoa

📋 copy color: '#ACDA7C'

red 172 ◦ green 218 ◦ blue 124

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

Shades of Feijoa #ACDA7C

Tints of Feijoa #ACDA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.12%

R = 33.46%
G = 42.41%
B = 24.12%

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

#ACDA7C (or 0xACDA7C) is known color: Feijoa. HEX triplet: AC, DA and 7C. RGB value is (172,218,124). Sum of RGB (Red+Green+Blue) = 172+218+124=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA7C is #532583. Grayscale: #C1C1C1. Windows color (decimal): -5449092 or 8182444. OLE color: 8182444.

HSL color Cylindrical-coordinate representation of color #ACDA7C: hue angle of 89.36º 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 #ACDA7C is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 124 -
CMYK 0.21 0 0.43 0.15
HSL 89.36º 0.56% 0.67% -
HSV(B) 89.36º 0.43% 0.85% -
XYZ 45.72 60.37 28.31 -
YUV 193.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 172 218 124 0.21 0 0.43 0.15 89.36 0.56 0.67
Hex AC DA 7C 15 0 2B F 59 38 43
Octal 254 332 174 25 0 53 17 131 70 103
Binary 10101100 11011010 1111100 10101 0 101011 1111 1011001 111000 1000011

Color Harmonies of #ACDA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA7C

Black with #ACDA7C

Text Example


Text Example

White with #ACDA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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