Html Css Color HEX #A5D07A Feijoa

📋 copy color: '#A5D07A'

red 165 ◦ green 208 ◦ blue 122

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

Shades of Feijoa #A5D07A

Tints of Feijoa #A5D07A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

 BLUE value IS 122 (48.05% from 255) = 24.65%

R = 33.33%
G = 42.02%
B = 24.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#A5D07A (or 0xA5D07A) is known color: Feijoa. HEX triplet: A5, D0 and 7A. RGB value is (165,208,122). Sum of RGB (Red+Green+Blue) = 165+208+122=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D07A is #5A2F85. Grayscale: #B9B9B9. Windows color (decimal): -5910406 or 8048805. OLE color: 8048805.

HSL color Cylindrical-coordinate representation of color #A5D07A: hue angle of 90º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5D07A is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 122 -
CMYK 0.21 0 0.41 0.18
HSL 90º 0.48% 0.65% -
HSV(B) 90º 0.41% 0.82% -
XYZ 41.59 54.52 26.74 -
YUV 185.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 165 208 122 0.21 0 0.41 0.18 90 0.48 0.65
Hex A5 D0 7A 15 0 29 12 5A 30 41
Octal 245 320 172 25 0 51 22 132 60 101
Binary 10100101 11010000 1111010 10101 0 101001 10010 1011010 110000 1000001

Color Harmonies of #A5D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D07A

Black with #A5D07A

Text Example


Text Example

White with #A5D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D07A; }

 p { color: rgb(165,208,122); }

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

background-color css

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

 a { background-color: rgb(165,208,122); }

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

border-color css

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

 span { border-color: rgb(165,208,122); }

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