Html Css Color HEX #ACF47A Feijoa

📋 copy color: '#ACF47A'

red 172 ◦ green 244 ◦ blue 122

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

Shades of Feijoa #ACF47A

Tints of Feijoa #ACF47A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.35%

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 31.97%
G = 45.35%
B = 22.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.5

 K value IS 0.04

RGB Variations

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

Color information

#ACF47A (or 0xACF47A) is known color: Feijoa. HEX triplet: AC, F4 and 7A. RGB value is (172,244,122). Sum of RGB (Red+Green+Blue) = 172+244+122=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF47A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF47A is #530B85. Grayscale: #D0D0D0. Windows color (decimal): -5442438 or 8058028. OLE color: 8058028.

HSL color Cylindrical-coordinate representation of color #ACF47A: hue angle of 95.41º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF47A is Cyan = 0.30, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 122 -
CMYK 0.30 0 0.5 0.04
HSL 95.41º 0.85% 0.72% -
HSV(B) 95.41º 0.5% 0.96% -
XYZ 52.88 74.88 30.08 -
YUV 208.56 79.15 101.92 -
System Red Green Blue C M Y K H S L
Decimal 172 244 122 0.30 0 0.5 0.04 95.41 0.85 0.72
Hex AC F4 7A 1E 0 32 4 5F 55 48
Octal 254 364 172 36 0 62 4 137 125 110
Binary 10101100 11110100 1111010 11110 0 110010 100 1011111 1010101 1001000

Color Harmonies of #ACF47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF47A

Black with #ACF47A

Text Example


Text Example

White with #ACF47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF47A; }

 p { color: rgb(172,244,122); }

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

background-color css

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

 a { background-color: rgb(172,244,122); }

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

border-color css

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

 span { border-color: rgb(172,244,122); }

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