Html Css Color HEX #ACF97E Feijoa

📋 copy color: '#ACF97E'

red 172 ◦ green 249 ◦ blue 126

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

Shades of Feijoa #ACF97E

Tints of Feijoa #ACF97E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.52%

 BLUE value IS 126 (49.61% from 255) = 23.03%

R = 31.44%
G = 45.52%
B = 23.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#ACF97E (or 0xACF97E) is known color: Feijoa. HEX triplet: AC, F9 and 7E. RGB value is (172,249,126). Sum of RGB (Red+Green+Blue) = 172+249+126=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF97E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF97E is #530681. Grayscale: #D4D4D4. Windows color (decimal): -5441154 or 8321452. OLE color: 8321452.

HSL color Cylindrical-coordinate representation of color #ACF97E: hue angle of 97.56º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF97E is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 126 -
CMYK 0.31 0 0.49 0.02
HSL 97.56º 0.91% 0.74% -
HSV(B) 97.56º 0.49% 0.98% -
XYZ 54.65 78.03 31.92 -
YUV 211.96 79.49 99.5 -
System Red Green Blue C M Y K H S L
Decimal 172 249 126 0.31 0 0.49 0.02 97.56 0.91 0.74
Hex AC F9 7E 1F 0 31 2 62 5B 4A
Octal 254 371 176 37 0 61 2 142 133 112
Binary 10101100 11111001 1111110 11111 0 110001 10 1100010 1011011 1001010

Color Harmonies of #ACF97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF97E

Black with #ACF97E

Text Example


Text Example

White with #ACF97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF97E; }

 p { color: rgb(172,249,126); }

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

background-color css

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

 a { background-color: rgb(172,249,126); }

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

border-color css

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

 span { border-color: rgb(172,249,126); }

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