Html Css Color HEX #A5DE6B Feijoa

📋 copy color: '#A5DE6B'

red 165 ◦ green 222 ◦ blue 107

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

Shades of Feijoa #A5DE6B

Tints of Feijoa #A5DE6B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.94%

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 33.4%
G = 44.94%
B = 21.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#A5DE6B (or 0xA5DE6B) is known color: Feijoa. HEX triplet: A5, DE and 6B. RGB value is (165,222,107). Sum of RGB (Red+Green+Blue) = 165+222+107=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DE6B is #5A2194. Grayscale: #C0C0C0. Windows color (decimal): -5906837 or 7069349. OLE color: 7069349.

HSL color Cylindrical-coordinate representation of color #A5DE6B: hue angle of 89.74º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5DE6B is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 222 107 -
CMYK 0.26 0 0.52 0.13
HSL 89.74º 0.64% 0.65% -
HSV(B) 89.74º 0.52% 0.87% -
XYZ 44.29 61.3 23.41 -
YUV 191.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 165 222 107 0.26 0 0.52 0.13 89.74 0.64 0.65
Hex A5 DE 6B 1A 0 34 D 5A 40 41
Octal 245 336 153 32 0 64 15 132 100 101
Binary 10100101 11011110 1101011 11010 0 110100 1101 1011010 1000000 1000001

Color Harmonies of #A5DE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DE6B

Black with #A5DE6B

Text Example


Text Example

White with #A5DE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DE6B; }

 p { color: rgb(165,222,107); }

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

background-color css

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

 a { background-color: rgb(165,222,107); }

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

border-color css

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

 span { border-color: rgb(165,222,107); }

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