Html Css Color HEX #ACF885 Feijoa

📋 copy color: '#ACF885'

red 172 ◦ green 248 ◦ blue 133

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

Shades of Feijoa #ACF885

Tints of Feijoa #ACF885

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.85%

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

R = 31.1%
G = 44.85%
B = 24.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#ACF885 (or 0xACF885) is known color: Feijoa. HEX triplet: AC, F8 and 85. RGB value is (172,248,133). Sum of RGB (Red+Green+Blue) = 172+248+133=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF885 is #53077A. Grayscale: #D4D4D4. Windows color (decimal): -5441403 or 8779948. OLE color: 8779948.

HSL color Cylindrical-coordinate representation of color #ACF885: hue angle of 99.65º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF885 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 133 -
CMYK 0.31 0 0.46 0.03
HSL 99.65º 0.89% 0.75% -
HSV(B) 99.65º 0.46% 0.97% -
XYZ 54.81 77.6 34.28 -
YUV 212.17 83.32 99.35 -
System Red Green Blue C M Y K H S L
Decimal 172 248 133 0.31 0 0.46 0.03 99.65 0.89 0.75
Hex AC F8 85 1F 0 2E 3 64 59 4B
Octal 254 370 205 37 0 56 3 144 131 113
Binary 10101100 11111000 10000101 11111 0 101110 11 1100100 1011001 1001011

Color Harmonies of #ACF885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF885

Black with #ACF885

Text Example


Text Example

White with #ACF885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF885; }

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

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

background-color css

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

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

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

border-color css

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

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

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