Html Css Color HEX #ACD67A Feijoa

📋 copy color: '#ACD67A'

red 172 ◦ green 214 ◦ blue 122

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

Shades of Feijoa #ACD67A

Tints of Feijoa #ACD67A

RGB

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

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

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

R = 33.86%
G = 42.13%
B = 24.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#ACD67A (or 0xACD67A) is known color: Feijoa. HEX triplet: AC, D6 and 7A. RGB value is (172,214,122). Sum of RGB (Red+Green+Blue) = 172+214+122=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD67A is #532985. Grayscale: #BFBFBF. Windows color (decimal): -5450118 or 8050348. OLE color: 8050348.

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

Color convert

RGB 172 214 122 -
CMYK 0.20 0 0.43 0.16
HSL 87.39º 0.53% 0.66% -
HSV(B) 87.39º 0.43% 0.84% -
XYZ 44.57 58.27 27.31 -
YUV 190.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 172 214 122 0.20 0 0.43 0.16 87.39 0.53 0.66
Hex AC D6 7A 14 0 2B 10 57 35 42
Octal 254 326 172 24 0 53 20 127 65 102
Binary 10101100 11010110 1111010 10100 0 101011 10000 1010111 110101 1000010

Color Harmonies of #ACD67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD67A

Black with #ACD67A

Text Example


Text Example

White with #ACD67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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