Html Css Color HEX #ACDA7A Feijoa

📋 copy color: '#ACDA7A'

red 172 ◦ green 218 ◦ blue 122

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

Shades of Feijoa #ACDA7A

Tints of Feijoa #ACDA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 33.59%
G = 42.58%
B = 23.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#ACDA7A (or 0xACDA7A) is known color: Feijoa. HEX triplet: AC, DA and 7A. RGB value is (172,218,122). Sum of RGB (Red+Green+Blue) = 172+218+122=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA7A is #532585. Grayscale: #C1C1C1. Windows color (decimal): -5449094 or 8051372. OLE color: 8051372.

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

Color convert

RGB 172 218 122 -
CMYK 0.21 0 0.44 0.15
HSL 88.75º 0.56% 0.67% -
HSV(B) 88.75º 0.44% 0.85% -
XYZ 45.6 60.32 27.65 -
YUV 193.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 172 218 122 0.21 0 0.44 0.15 88.75 0.56 0.67
Hex AC DA 7A 15 0 2C F 59 38 43
Octal 254 332 172 25 0 54 17 131 70 103
Binary 10101100 11011010 1111010 10101 0 101100 1111 1011001 111000 1000011

Color Harmonies of #ACDA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA7A

Black with #ACDA7A

Text Example


Text Example

White with #ACDA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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