Html Css Color HEX #A5D570 Feijoa

📋 copy color: '#A5D570'

red 165 ◦ green 213 ◦ blue 112

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

Shades of Feijoa #A5D570

Tints of Feijoa #A5D570

RGB

 RED value IS 165 (64.84% from 255) = 33.67%

 GREEN value IS 213 (83.59% from 255) = 43.47%

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

R = 33.67%
G = 43.47%
B = 22.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#A5D570 (or 0xA5D570) is known color: Feijoa. HEX triplet: A5, D5 and 70. RGB value is (165,213,112). Sum of RGB (Red+Green+Blue) = 165+213+112=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D570 is #5A2A8F. Grayscale: #BBBBBB. Windows color (decimal): -5909136 or 7394725. OLE color: 7394725.

HSL color Cylindrical-coordinate representation of color #A5D570: hue angle of 88.51º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5D570 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 112 -
CMYK 0.23 0 0.47 0.16
HSL 88.51º 0.55% 0.64% -
HSV(B) 88.51º 0.47% 0.84% -
XYZ 42.24 56.76 24.06 -
YUV 187.13 85.6 112.21 -
System Red Green Blue C M Y K H S L
Decimal 165 213 112 0.23 0 0.47 0.16 88.51 0.55 0.64
Hex A5 D5 70 17 0 2F 10 59 37 40
Octal 245 325 160 27 0 57 20 131 67 100
Binary 10100101 11010101 1110000 10111 0 101111 10000 1011001 110111 1000000

Color Harmonies of #A5D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D570

Black with #A5D570

Text Example


Text Example

White with #A5D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D570; }

 p { color: rgb(165,213,112); }

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

background-color css

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

 a { background-color: rgb(165,213,112); }

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

border-color css

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

 span { border-color: rgb(165,213,112); }

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