Html Css Color HEX #ACF17A Feijoa

📋 copy color: '#ACF17A'

red 172 ◦ green 241 ◦ blue 122

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

Shades of Feijoa #ACF17A

Tints of Feijoa #ACF17A

RGB

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

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

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

R = 32.15%
G = 45.05%
B = 22.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#ACF17A (or 0xACF17A) is known color: Feijoa. HEX triplet: AC, F1 and 7A. RGB value is (172,241,122). Sum of RGB (Red+Green+Blue) = 172+241+122=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF17A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF17A is #530E85. Grayscale: #CFCFCF. Windows color (decimal): -5443206 or 8057260. OLE color: 8057260.

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

Color convert

RGB 172 241 122 -
CMYK 0.29 0 0.49 0.05
HSL 94.79º 0.81% 0.71% -
HSV(B) 94.79º 0.49% 0.95% -
XYZ 51.98 73.09 29.78 -
YUV 206.8 80.14 103.18 -
System Red Green Blue C M Y K H S L
Decimal 172 241 122 0.29 0 0.49 0.05 94.79 0.81 0.71
Hex AC F1 7A 1D 0 31 5 5F 51 47
Octal 254 361 172 35 0 61 5 137 121 107
Binary 10101100 11110001 1111010 11101 0 110001 101 1011111 1010001 1000111

Color Harmonies of #ACF17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF17A

Black with #ACF17A

Text Example


Text Example

White with #ACF17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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