Html Css Color HEX #ACD07F Feijoa

📋 copy color: '#ACD07F'

red 172 ◦ green 208 ◦ blue 127

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

Shades of Feijoa #ACD07F

Tints of Feijoa #ACD07F

RGB

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

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

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

R = 33.93%
G = 41.03%
B = 25.05%

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

#ACD07F (or 0xACD07F) is known color: Feijoa. HEX triplet: AC, D0 and 7F. RGB value is (172,208,127). Sum of RGB (Red+Green+Blue) = 172+208+127=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD07F is #532F80. Grayscale: #BCBCBC. Windows color (decimal): -5451649 or 8376492. OLE color: 8376492.

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

Color convert

RGB 172 208 127 -
CMYK 0.17 0 0.39 0.18
HSL 86.67º 0.46% 0.66% -
HSV(B) 86.67º 0.39% 0.82% -
XYZ 43.4 55.41 28.49 -
YUV 188 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 172 208 127 0.17 0 0.39 0.18 86.67 0.46 0.66
Hex AC D0 7F 11 0 27 12 57 2E 42
Octal 254 320 177 21 0 47 22 127 56 102
Binary 10101100 11010000 1111111 10001 0 100111 10010 1010111 101110 1000010

Color Harmonies of #ACD07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD07F

Black with #ACD07F

Text Example


Text Example

White with #ACD07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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