Html Css Color HEX #ACF782 Feijoa

📋 copy color: '#ACF782'

red 172 ◦ green 247 ◦ blue 130

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

Shades of Feijoa #ACF782

Tints of Feijoa #ACF782

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.99%

 BLUE value IS 130 (51.17% from 255) = 23.68%

R = 31.33%
G = 44.99%
B = 23.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#ACF782 (or 0xACF782) is known color: Feijoa. HEX triplet: AC, F7 and 82. RGB value is (172,247,130). Sum of RGB (Red+Green+Blue) = 172+247+130=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF782 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF782 is #53087D. Grayscale: #D3D3D3. Windows color (decimal): -5441662 or 8583084. OLE color: 8583084.

HSL color Cylindrical-coordinate representation of color #ACF782: hue angle of 98.46º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF782 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 130 -
CMYK 0.30 0 0.47 0.03
HSL 98.46º 0.88% 0.74% -
HSV(B) 98.46º 0.47% 0.97% -
XYZ 54.3 76.9 33.1 -
YUV 211.24 82.15 100.01 -
System Red Green Blue C M Y K H S L
Decimal 172 247 130 0.30 0 0.47 0.03 98.46 0.88 0.74
Hex AC F7 82 1E 0 2F 3 62 58 4A
Octal 254 367 202 36 0 57 3 142 130 112
Binary 10101100 11110111 10000010 11110 0 101111 11 1100010 1011000 1001010

Color Harmonies of #ACF782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF782

Black with #ACF782

Text Example


Text Example

White with #ACF782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF782; }

 p { color: rgb(172,247,130); }

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

background-color css

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

 a { background-color: rgb(172,247,130); }

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

border-color css

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

 span { border-color: rgb(172,247,130); }

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