Html Css Color HEX #A5DF6B Feijoa

📋 copy color: '#A5DF6B'

red 165 ◦ green 223 ◦ blue 107

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

Shades of Feijoa #A5DF6B

Tints of Feijoa #A5DF6B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

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

R = 33.33%
G = 45.05%
B = 21.62%

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

#A5DF6B (or 0xA5DF6B) is known color: Feijoa. HEX triplet: A5, DF and 6B. RGB value is (165,223,107). Sum of RGB (Red+Green+Blue) = 165+223+107=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF6B is #5A2094. Grayscale: #C0C0C0. Windows color (decimal): -5906581 or 7069605. OLE color: 7069605.

HSL color Cylindrical-coordinate representation of color #A5DF6B: hue angle of 90º 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 #A5DF6B is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 107 -
CMYK 0.26 0 0.52 0.13
HSL 90º 0.64% 0.65% -
HSV(B) 90º 0.52% 0.87% -
XYZ 44.56 61.84 23.5 -
YUV 192.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 165 223 107 0.26 0 0.52 0.13 90 0.64 0.65
Hex A5 DF 6B 1A 0 34 D 5A 40 41
Octal 245 337 153 32 0 64 15 132 100 101
Binary 10100101 11011111 1101011 11010 0 110100 1101 1011010 1000000 1000001

Color Harmonies of #A5DF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DF6B

Black with #A5DF6B

Text Example


Text Example

White with #A5DF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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