Html Css Color HEX #ACD77F Feijoa

📋 copy color: '#ACD77F'

red 172 ◦ green 215 ◦ blue 127

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

Shades of Feijoa #ACD77F

Tints of Feijoa #ACD77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.83%

 BLUE value IS 127 (50% from 255) = 24.71%

R = 33.46%
G = 41.83%
B = 24.71%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#ACD77F (or 0xACD77F) is known color: Feijoa. HEX triplet: AC, D7 and 7F. RGB value is (172,215,127). Sum of RGB (Red+Green+Blue) = 172+215+127=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD77F is #532880. Grayscale: #C0C0C0. Windows color (decimal): -5449857 or 8378284. OLE color: 8378284.

HSL color Cylindrical-coordinate representation of color #ACD77F: hue angle of 89.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACD77F is Cyan = 0.2, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 127 -
CMYK 0.2 0 0.41 0.16
HSL 89.32º 0.52% 0.67% -
HSV(B) 89.32º 0.41% 0.84% -
XYZ 45.14 58.9 29.07 -
YUV 192.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 172 215 127 0.2 0 0.41 0.16 89.32 0.52 0.67
Hex AC D7 7F 14 0 29 10 59 34 43
Octal 254 327 177 24 0 51 20 131 64 103
Binary 10101100 11010111 1111111 10100 0 101001 10000 1011001 110100 1000011

Color Harmonies of #ACD77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD77F

Black with #ACD77F

Text Example


Text Example

White with #ACD77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD77F; }

 p { color: rgb(172,215,127); }

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

background-color css

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

 a { background-color: rgb(172,215,127); }

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

border-color css

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

 span { border-color: rgb(172,215,127); }

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