Html Css Color HEX #ACF682 Feijoa

📋 copy color: '#ACF682'

red 172 ◦ green 246 ◦ blue 130

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

Shades of Feijoa #ACF682

Tints of Feijoa #ACF682

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.89%

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

R = 31.39%
G = 44.89%
B = 23.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#ACF682 (or 0xACF682) is known color: Feijoa. HEX triplet: AC, F6 and 82. RGB value is (172,246,130). Sum of RGB (Red+Green+Blue) = 172+246+130=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF682 is #53097D. Grayscale: #D3D3D3. Windows color (decimal): -5441918 or 8582828. OLE color: 8582828.

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

Color convert

RGB 172 246 130 -
CMYK 0.30 0 0.47 0.04
HSL 98.28º 0.87% 0.74% -
HSV(B) 98.28º 0.47% 0.96% -
XYZ 54 76.29 33 -
YUV 210.65 82.48 100.43 -
System Red Green Blue C M Y K H S L
Decimal 172 246 130 0.30 0 0.47 0.04 98.28 0.87 0.74
Hex AC F6 82 1E 0 2F 4 62 57 4A
Octal 254 366 202 36 0 57 4 142 127 112
Binary 10101100 11110110 10000010 11110 0 101111 100 1100010 1010111 1001010

Color Harmonies of #ACF682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF682

Black with #ACF682

Text Example


Text Example

White with #ACF682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF682; }

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

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

background-color css

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

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

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

border-color css

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

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

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