Html Css Color HEX #ACF17F Feijoa

📋 copy color: '#ACF17F'

red 172 ◦ green 241 ◦ blue 127

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

Shades of Feijoa #ACF17F

Tints of Feijoa #ACF17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.52%

R = 31.85%
G = 44.63%
B = 23.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#ACF17F (or 0xACF17F) is known color: Feijoa. HEX triplet: AC, F1 and 7F. RGB value is (172,241,127). Sum of RGB (Red+Green+Blue) = 172+241+127=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF17F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF17F is #530E80. Grayscale: #CFCFCF. Windows color (decimal): -5443201 or 8384940. OLE color: 8384940.

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

Color convert

RGB 172 241 127 -
CMYK 0.29 0 0.47 0.05
HSL 96.32º 0.8% 0.72% -
HSV(B) 96.32º 0.47% 0.95% -
XYZ 52.3 73.21 31.45 -
YUV 207.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 172 241 127 0.29 0 0.47 0.05 96.32 0.8 0.72
Hex AC F1 7F 1D 0 2F 5 60 50 48
Octal 254 361 177 35 0 57 5 140 120 110
Binary 10101100 11110001 1111111 11101 0 101111 101 1100000 1010000 1001000

Color Harmonies of #ACF17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF17F

Black with #ACF17F

Text Example


Text Example

White with #ACF17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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