Html Css Color HEX #A8FC72 Feijoa

📋 copy color: '#A8FC72'

red 168 ◦ green 252 ◦ blue 114

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

Shades of Feijoa #A8FC72

Tints of Feijoa #A8FC72

RGB

 RED value IS 168 (66.02% from 255) = 31.46%

 GREEN value IS 252 (98.83% from 255) = 47.19%

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 31.46%
G = 47.19%
B = 21.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#A8FC72 (or 0xA8FC72) is known color: Feijoa. HEX triplet: A8, FC and 72. RGB value is (168,252,114). Sum of RGB (Red+Green+Blue) = 168+252+114=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC72 is #57038D. Grayscale: #D3D3D3. Windows color (decimal): -5702542 or 7535784. OLE color: 7535784.

HSL color Cylindrical-coordinate representation of color #A8FC72: hue angle of 96.52º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8FC72 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 114 -
CMYK 0.33 0 0.55 0.01
HSL 96.52º 0.96% 0.72% -
HSV(B) 96.52º 0.55% 0.99% -
XYZ 54 79.16 28.35 -
YUV 211.15 73.17 97.22 -
System Red Green Blue C M Y K H S L
Decimal 168 252 114 0.33 0 0.55 0.01 96.52 0.96 0.72
Hex A8 FC 72 21 0 37 1 61 60 48
Octal 250 374 162 41 0 67 1 141 140 110
Binary 10101000 11111100 1110010 100001 0 110111 1 1100001 1100000 1001000

Color Harmonies of #A8FC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC72

Black with #A8FC72

Text Example


Text Example

White with #A8FC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC72; }

 p { color: rgb(168,252,114); }

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

background-color css

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

 a { background-color: rgb(168,252,114); }

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

border-color css

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

 span { border-color: rgb(168,252,114); }

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