Html Css Color HEX #ACCF91 Feijoa

📋 copy color: '#ACCF91'

red 172 ◦ green 207 ◦ blue 145

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

Shades of Feijoa #ACCF91

Tints of Feijoa #ACCF91

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.5%

 BLUE value IS 145 (57.03% from 255) = 27.67%

R = 32.82%
G = 39.5%
B = 27.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#ACCF91 (or 0xACCF91) is known color: Feijoa. HEX triplet: AC, CF and 91. RGB value is (172,207,145). Sum of RGB (Red+Green+Blue) = 172+207+145=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF91 is #53306E. Grayscale: #BDBDBD. Windows color (decimal): -5451887 or 9555884. OLE color: 9555884.

HSL color Cylindrical-coordinate representation of color #ACCF91: hue angle of 93.87º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACCF91 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 145 -
CMYK 0.17 0 0.30 0.19
HSL 93.87º 0.39% 0.69% -
HSV(B) 93.87º 0.3% 0.81% -
XYZ 44.44 55.44 35.15 -
YUV 189.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 172 207 145 0.17 0 0.30 0.19 93.87 0.39 0.69
Hex AC CF 91 11 0 1E 13 5E 27 45
Octal 254 317 221 21 0 36 23 136 47 105
Binary 10101100 11001111 10010001 10001 0 11110 10011 1011110 100111 1000101

Color Harmonies of #ACCF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF91

Black with #ACCF91

Text Example


Text Example

White with #ACCF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF91; }

 p { color: rgb(172,207,145); }

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

background-color css

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

 a { background-color: rgb(172,207,145); }

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

border-color css

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

 span { border-color: rgb(172,207,145); }

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