Html Css Color HEX #A8DF70 Feijoa

📋 copy color: '#A8DF70'

red 168 ◦ green 223 ◦ blue 112

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

Shades of Feijoa #A8DF70

Tints of Feijoa #A8DF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 33.4%
G = 44.33%
B = 22.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A8DF70 (or 0xA8DF70) is known color: Feijoa. HEX triplet: A8, DF and 70. RGB value is (168,223,112). Sum of RGB (Red+Green+Blue) = 168+223+112=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF70 is #57208F. Grayscale: #C2C2C2. Windows color (decimal): -5709968 or 7397288. OLE color: 7397288.

HSL color Cylindrical-coordinate representation of color #A8DF70: hue angle of 89.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8DF70 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 112 -
CMYK 0.25 0 0.50 0.13
HSL 89.73º 0.63% 0.66% -
HSV(B) 89.73º 0.5% 0.87% -
XYZ 45.46 62.27 24.95 -
YUV 193.9 81.78 109.53 -
System Red Green Blue C M Y K H S L
Decimal 168 223 112 0.25 0 0.50 0.13 89.73 0.63 0.66
Hex A8 DF 70 19 0 32 D 5A 3F 42
Octal 250 337 160 31 0 62 15 132 77 102
Binary 10101000 11011111 1110000 11001 0 110010 1101 1011010 111111 1000010

Color Harmonies of #A8DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF70

Black with #A8DF70

Text Example


Text Example

White with #A8DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF70; }

 p { color: rgb(168,223,112); }

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

background-color css

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

 a { background-color: rgb(168,223,112); }

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

border-color css

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

 span { border-color: rgb(168,223,112); }

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