Html Css Color HEX #A5F569 Feijoa

📋 copy color: '#A5F569'

red 165 ◦ green 245 ◦ blue 105

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

Shades of Feijoa #A5F569

Tints of Feijoa #A5F569

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.57%

 BLUE value IS 105 (41.41% from 255) = 20.39%

R = 32.04%
G = 47.57%
B = 20.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#A5F569 (or 0xA5F569) is known color: Feijoa. HEX triplet: A5, F5 and 69. RGB value is (165,245,105). Sum of RGB (Red+Green+Blue) = 165+245+105=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F569 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F569 is #5A0A96. Grayscale: #CDCDCD. Windows color (decimal): -5900951 or 6944165. OLE color: 6944165.

HSL color Cylindrical-coordinate representation of color #A5F569: hue angle of 94.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5F569 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 245 105 -
CMYK 0.33 0 0.57 0.04
HSL 94.29º 0.88% 0.69% -
HSV(B) 94.29º 0.57% 0.96% -
XYZ 50.72 74.32 25.04 -
YUV 205.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 165 245 105 0.33 0 0.57 0.04 94.29 0.88 0.69
Hex A5 F5 69 21 0 39 4 5E 58 45
Octal 245 365 151 41 0 71 4 136 130 105
Binary 10100101 11110101 1101001 100001 0 111001 100 1011110 1011000 1000101

Color Harmonies of #A5F569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F569

Black with #A5F569

Text Example


Text Example

White with #A5F569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F569; }

 p { color: rgb(165,245,105); }

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

background-color css

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

 a { background-color: rgb(165,245,105); }

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

border-color css

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

 span { border-color: rgb(165,245,105); }

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