Html Css Color HEX #A5D572 Feijoa

📋 copy color: '#A5D572'

red 165 ◦ green 213 ◦ blue 114

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

Shades of Feijoa #A5D572

Tints of Feijoa #A5D572

RGB

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

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

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

R = 33.54%
G = 43.29%
B = 23.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#A5D572 (or 0xA5D572) is known color: Feijoa. HEX triplet: A5, D5 and 72. RGB value is (165,213,114). Sum of RGB (Red+Green+Blue) = 165+213+114=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D572 is #5A2A8D. Grayscale: #BBBBBB. Windows color (decimal): -5909134 or 7525797. OLE color: 7525797.

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

Color convert

RGB 165 213 114 -
CMYK 0.23 0 0.46 0.16
HSL 89.09º 0.54% 0.64% -
HSV(B) 89.09º 0.46% 0.84% -
XYZ 42.35 56.8 24.65 -
YUV 187.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 165 213 114 0.23 0 0.46 0.16 89.09 0.54 0.64
Hex A5 D5 72 17 0 2E 10 59 36 40
Octal 245 325 162 27 0 56 20 131 66 100
Binary 10100101 11010101 1110010 10111 0 101110 10000 1011001 110110 1000000

Color Harmonies of #A5D572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D572

Black with #A5D572

Text Example


Text Example

White with #A5D572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D572; }

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

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

background-color css

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

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

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

border-color css

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

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

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