Html Css Color HEX #ACFD85 Feijoa

📋 copy color: '#ACFD85'

red 172 ◦ green 253 ◦ blue 133

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

Shades of Feijoa #ACFD85

Tints of Feijoa #ACFD85

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.34%

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

R = 30.82%
G = 45.34%
B = 23.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#ACFD85 (or 0xACFD85) is known color: Feijoa. HEX triplet: AC, FD and 85. RGB value is (172,253,133). Sum of RGB (Red+Green+Blue) = 172+253+133=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFD85 is #53027A. Grayscale: #D7D7D7. Windows color (decimal): -5440123 or 8781228. OLE color: 8781228.

HSL color Cylindrical-coordinate representation of color #ACFD85: hue angle of 100.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACFD85 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 133 -
CMYK 0.32 0 0.47 0.01
HSL 100.5º 0.97% 0.76% -
HSV(B) 100.5º 0.47% 0.99% -
XYZ 56.37 80.71 34.8 -
YUV 215.1 81.66 97.26 -
System Red Green Blue C M Y K H S L
Decimal 172 253 133 0.32 0 0.47 0.01 100.5 0.97 0.76
Hex AC FD 85 20 0 2F 1 64 61 4C
Octal 254 375 205 40 0 57 1 144 141 114
Binary 10101100 11111101 10000101 100000 0 101111 1 1100100 1100001 1001100

Color Harmonies of #ACFD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD85

Black with #ACFD85

Text Example


Text Example

White with #ACFD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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