Html Css Color HEX #ACF385 Feijoa

📋 copy color: '#ACF385'

red 172 ◦ green 243 ◦ blue 133

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

Shades of Feijoa #ACF385

Tints of Feijoa #ACF385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.34%

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

R = 31.39%
G = 44.34%
B = 24.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#ACF385 (or 0xACF385) is known color: Feijoa. HEX triplet: AC, F3 and 85. RGB value is (172,243,133). Sum of RGB (Red+Green+Blue) = 172+243+133=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF385 is #530C7A. Grayscale: #D1D1D1. Windows color (decimal): -5442683 or 8778668. OLE color: 8778668.

HSL color Cylindrical-coordinate representation of color #ACF385: hue angle of 98.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACF385 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 133 -
CMYK 0.29 0 0.45 0.05
HSL 98.73º 0.82% 0.74% -
HSV(B) 98.73º 0.45% 0.95% -
XYZ 53.3 74.57 33.77 -
YUV 209.23 84.98 101.44 -
System Red Green Blue C M Y K H S L
Decimal 172 243 133 0.29 0 0.45 0.05 98.73 0.82 0.74
Hex AC F3 85 1D 0 2D 5 63 52 4A
Octal 254 363 205 35 0 55 5 143 122 112
Binary 10101100 11110011 10000101 11101 0 101101 101 1100011 1010010 1001010

Color Harmonies of #ACF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF385

Black with #ACF385

Text Example


Text Example

White with #ACF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF385; }

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

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

background-color css

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

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

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

border-color css

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

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

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