Html Css Color HEX #ACCFB0 Gum Leaf

📋 copy color: '#ACCFB0'

red 172 ◦ green 207 ◦ blue 176

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

Shades of Gum Leaf #ACCFB0

Tints of Gum Leaf #ACCFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.71%

R = 30.99%
G = 37.3%
B = 31.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#ACCFB0 (or 0xACCFB0) is known color: Gum Leaf. HEX triplet: AC, CF and B0. RGB value is (172,207,176). Sum of RGB (Red+Green+Blue) = 172+207+176=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFB0 is #53304F. Grayscale: #C1C1C1. Windows color (decimal): -5451856 or 11587500. OLE color: 11587500.

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

Color convert

RGB 172 207 176 -
CMYK 0.17 0 0.15 0.19
HSL 126.86º 0.27% 0.74% -
HSV(B) 126.86º 0.17% 0.81% -
XYZ 47.16 56.53 49.5 -
YUV 193 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 172 207 176 0.17 0 0.15 0.19 126.86 0.27 0.74
Hex AC CF B0 11 0 F 13 7F 1B 4A
Octal 254 317 260 21 0 17 23 177 33 112
Binary 10101100 11001111 10110000 10001 0 1111 10011 1111111 11011 1001010

Color Harmonies of #ACCFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFB0

Black with #ACCFB0

Text Example


Text Example

White with #ACCFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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