Html Css Color HEX #ACD07E Feijoa

📋 copy color: '#ACD07E'

red 172 ◦ green 208 ◦ blue 126

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

Shades of Feijoa #ACD07E

Tints of Feijoa #ACD07E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 33.99%
G = 41.11%
B = 24.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#ACD07E (or 0xACD07E) is known color: Feijoa. HEX triplet: AC, D0 and 7E. RGB value is (172,208,126). Sum of RGB (Red+Green+Blue) = 172+208+126=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD07E is #532F81. Grayscale: #BCBCBC. Windows color (decimal): -5451650 or 8310956. OLE color: 8310956.

HSL color Cylindrical-coordinate representation of color #ACD07E: hue angle of 86.34º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACD07E is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 126 -
CMYK 0.17 0 0.39 0.18
HSL 86.34º 0.47% 0.65% -
HSV(B) 86.34º 0.39% 0.82% -
XYZ 43.34 55.39 28.15 -
YUV 187.89 93.07 116.67 -
System Red Green Blue C M Y K H S L
Decimal 172 208 126 0.17 0 0.39 0.18 86.34 0.47 0.65
Hex AC D0 7E 11 0 27 12 56 2F 41
Octal 254 320 176 21 0 47 22 126 57 101
Binary 10101100 11010000 1111110 10001 0 100111 10010 1010110 101111 1000001

Color Harmonies of #ACD07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD07E

Black with #ACD07E

Text Example


Text Example

White with #ACD07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD07E; }

 p { color: rgb(172,208,126); }

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

background-color css

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

 a { background-color: rgb(172,208,126); }

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

border-color css

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

 span { border-color: rgb(172,208,126); }

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