Html Css Color HEX #A5DB6B Feijoa

📋 copy color: '#A5DB6B'

red 165 ◦ green 219 ◦ blue 107

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

Shades of Feijoa #A5DB6B

Tints of Feijoa #A5DB6B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

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

R = 33.6%
G = 44.6%
B = 21.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#A5DB6B (or 0xA5DB6B) is known color: Feijoa. HEX triplet: A5, DB and 6B. RGB value is (165,219,107). Sum of RGB (Red+Green+Blue) = 165+219+107=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB6B is #5A2494. Grayscale: #BEBEBE. Windows color (decimal): -5907605 or 7068581. OLE color: 7068581.

HSL color Cylindrical-coordinate representation of color #A5DB6B: hue angle of 88.93º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5DB6B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 219 107 -
CMYK 0.25 0 0.51 0.14
HSL 88.93º 0.61% 0.64% -
HSV(B) 88.93º 0.51% 0.86% -
XYZ 43.5 59.72 23.14 -
YUV 190.09 81.11 110.11 -
System Red Green Blue C M Y K H S L
Decimal 165 219 107 0.25 0 0.51 0.14 88.93 0.61 0.64
Hex A5 DB 6B 19 0 33 E 59 3D 40
Octal 245 333 153 31 0 63 16 131 75 100
Binary 10100101 11011011 1101011 11001 0 110011 1110 1011001 111101 1000000

Color Harmonies of #A5DB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB6B

Black with #A5DB6B

Text Example


Text Example

White with #A5DB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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