Html Css Color HEX #ACF185 Feijoa

📋 copy color: '#ACF185'

red 172 ◦ green 241 ◦ blue 133

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

Shades of Feijoa #ACF185

Tints of Feijoa #ACF185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.14%

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

R = 31.5%
G = 44.14%
B = 24.36%

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

#ACF185 (or 0xACF185) is known color: Feijoa. HEX triplet: AC, F1 and 85. RGB value is (172,241,133). Sum of RGB (Red+Green+Blue) = 172+241+133=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF185 is #530E7A. Grayscale: #D0D0D0. Windows color (decimal): -5443195 or 8778156. OLE color: 8778156.

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

Color convert

RGB 172 241 133 -
CMYK 0.29 0 0.45 0.05
HSL 98.33º 0.79% 0.73% -
HSV(B) 98.33º 0.45% 0.95% -
XYZ 52.7 73.37 33.58 -
YUV 208.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 172 241 133 0.29 0 0.45 0.05 98.33 0.79 0.73
Hex AC F1 85 1D 0 2D 5 62 4F 49
Octal 254 361 205 35 0 55 5 142 117 111
Binary 10101100 11110001 10000101 11101 0 101101 101 1100010 1001111 1001001

Color Harmonies of #ACF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF185

Black with #ACF185

Text Example


Text Example

White with #ACF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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