Html Css Color HEX #ACF97D Feijoa

📋 copy color: '#ACF97D'

red 172 ◦ green 249 ◦ blue 125

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

Shades of Feijoa #ACF97D

Tints of Feijoa #ACF97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.89%

R = 31.5%
G = 45.6%
B = 22.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#ACF97D (or 0xACF97D) is known color: Feijoa. HEX triplet: AC, F9 and 7D. RGB value is (172,249,125). Sum of RGB (Red+Green+Blue) = 172+249+125=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF97D is #530682. Grayscale: #D4D4D4. Windows color (decimal): -5441155 or 8255916. OLE color: 8255916.

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

Color convert

RGB 172 249 125 -
CMYK 0.31 0 0.50 0.02
HSL 97.26º 0.91% 0.73% -
HSV(B) 97.26º 0.5% 0.98% -
XYZ 54.59 78 31.58 -
YUV 211.84 78.99 99.58 -
System Red Green Blue C M Y K H S L
Decimal 172 249 125 0.31 0 0.50 0.02 97.26 0.91 0.73
Hex AC F9 7D 1F 0 32 2 61 5B 49
Octal 254 371 175 37 0 62 2 141 133 111
Binary 10101100 11111001 1111101 11111 0 110010 10 1100001 1011011 1001001

Color Harmonies of #ACF97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF97D

Black with #ACF97D

Text Example


Text Example

White with #ACF97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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