Html Css Color HEX #ACCF85 Feijoa

📋 copy color: '#ACCF85'

red 172 ◦ green 207 ◦ blue 133

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

Shades of Feijoa #ACCF85

Tints of Feijoa #ACCF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.98%

R = 33.59%
G = 40.43%
B = 25.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#ACCF85 (or 0xACCF85) is known color: Feijoa. HEX triplet: AC, CF and 85. RGB value is (172,207,133). Sum of RGB (Red+Green+Blue) = 172+207+133=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF85 is #53307A. Grayscale: #BCBCBC. Windows color (decimal): -5451899 or 8769452. OLE color: 8769452.

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

Color convert

RGB 172 207 133 -
CMYK 0.17 0 0.36 0.19
HSL 88.38º 0.44% 0.67% -
HSV(B) 88.38º 0.36% 0.81% -
XYZ 43.56 55.09 30.53 -
YUV 188.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 172 207 133 0.17 0 0.36 0.19 88.38 0.44 0.67
Hex AC CF 85 11 0 24 13 58 2C 43
Octal 254 317 205 21 0 44 23 130 54 103
Binary 10101100 11001111 10000101 10001 0 100100 10011 1011000 101100 1000011

Color Harmonies of #ACCF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF85

Black with #ACCF85

Text Example


Text Example

White with #ACCF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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