Html Css Color HEX #ACF27A Feijoa

📋 copy color: '#ACF27A'

red 172 ◦ green 242 ◦ blue 122

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

Shades of Feijoa #ACF27A

Tints of Feijoa #ACF27A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.15%

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

R = 32.09%
G = 45.15%
B = 22.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#ACF27A (or 0xACF27A) is known color: Feijoa. HEX triplet: AC, F2 and 7A. RGB value is (172,242,122). Sum of RGB (Red+Green+Blue) = 172+242+122=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF27A is #530D85. Grayscale: #CFCFCF. Windows color (decimal): -5442950 or 8057516. OLE color: 8057516.

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

Color convert

RGB 172 242 122 -
CMYK 0.29 0 0.50 0.05
HSL 95º 0.82% 0.71% -
HSV(B) 95º 0.5% 0.95% -
XYZ 52.28 73.68 29.88 -
YUV 207.39 79.81 102.76 -
System Red Green Blue C M Y K H S L
Decimal 172 242 122 0.29 0 0.50 0.05 95 0.82 0.71
Hex AC F2 7A 1D 0 32 5 5F 52 47
Octal 254 362 172 35 0 62 5 137 122 107
Binary 10101100 11110010 1111010 11101 0 110010 101 1011111 1010010 1000111

Color Harmonies of #ACF27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF27A

Black with #ACF27A

Text Example


Text Example

White with #ACF27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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