Html Css Color HEX #ACCF88 Feijoa

📋 copy color: '#ACCF88'

red 172 ◦ green 207 ◦ blue 136

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

Shades of Feijoa #ACCF88

Tints of Feijoa #ACCF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.41%

R = 33.4%
G = 40.19%
B = 26.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#ACCF88 (or 0xACCF88) is known color: Feijoa. HEX triplet: AC, CF and 88. RGB value is (172,207,136). Sum of RGB (Red+Green+Blue) = 172+207+136=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF88 is #533077. Grayscale: #BCBCBC. Windows color (decimal): -5451896 or 8966060. OLE color: 8966060.

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

Color convert

RGB 172 207 136 -
CMYK 0.17 0 0.34 0.19
HSL 89.58º 0.43% 0.67% -
HSV(B) 89.58º 0.34% 0.81% -
XYZ 43.77 55.17 31.64 -
YUV 188.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 172 207 136 0.17 0 0.34 0.19 89.58 0.43 0.67
Hex AC CF 88 11 0 22 13 5A 2B 43
Octal 254 317 210 21 0 42 23 132 53 103
Binary 10101100 11001111 10001000 10001 0 100010 10011 1011010 101011 1000011

Color Harmonies of #ACCF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF88

Black with #ACCF88

Text Example


Text Example

White with #ACCF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF88; }

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

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

background-color css

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

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

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

border-color css

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

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

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