Html Css Color HEX #ACCF99 Feijoa

📋 copy color: '#ACCF99'

red 172 ◦ green 207 ◦ blue 153

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

Shades of Feijoa #ACCF99

Tints of Feijoa #ACCF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.76%

R = 32.33%
G = 38.91%
B = 28.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#ACCF99 (or 0xACCF99) is known color: Feijoa. HEX triplet: AC, CF and 99. RGB value is (172,207,153). Sum of RGB (Red+Green+Blue) = 172+207+153=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF99 is #533066. Grayscale: #BEBEBE. Windows color (decimal): -5451879 or 10080172. OLE color: 10080172.

HSL color Cylindrical-coordinate representation of color #ACCF99: hue angle of 98.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCF99 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 153 -
CMYK 0.17 0 0.26 0.19
HSL 98.89º 0.36% 0.71% -
HSV(B) 98.89º 0.26% 0.81% -
XYZ 45.08 55.7 38.51 -
YUV 190.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 172 207 153 0.17 0 0.26 0.19 98.89 0.36 0.71
Hex AC CF 99 11 0 1A 13 63 24 47
Octal 254 317 231 21 0 32 23 143 44 107
Binary 10101100 11001111 10011001 10001 0 11010 10011 1100011 100100 1000111

Color Harmonies of #ACCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF99

Black with #ACCF99

Text Example


Text Example

White with #ACCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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