Html Css Color HEX #A4DB7B Feijoa

📋 copy color: '#A4DB7B'

red 164 ◦ green 219 ◦ blue 123

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

Shades of Feijoa #A4DB7B

Tints of Feijoa #A4DB7B

RGB

 RED value IS 164 (64.45% from 255) = 32.41%

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

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 32.41%
G = 43.28%
B = 24.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#A4DB7B (or 0xA4DB7B) is known color: Feijoa. HEX triplet: A4, DB and 7B. RGB value is (164,219,123). Sum of RGB (Red+Green+Blue) = 164+219+123=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB7B is #5B2484. Grayscale: #BFBFBF. Windows color (decimal): -5973125 or 8117156. OLE color: 8117156.

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

Color convert

RGB 164 219 123 -
CMYK 0.25 0 0.44 0.14
HSL 94.38º 0.57% 0.67% -
HSV(B) 94.38º 0.44% 0.86% -
XYZ 44.22 59.99 27.99 -
YUV 191.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 164 219 123 0.25 0 0.44 0.14 94.38 0.57 0.67
Hex A4 DB 7B 19 0 2C E 5E 39 43
Octal 244 333 173 31 0 54 16 136 71 103
Binary 10100100 11011011 1111011 11001 0 101100 1110 1011110 111001 1000011

Color Harmonies of #A4DB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB7B

Black with #A4DB7B

Text Example


Text Example

White with #A4DB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB7B; }

 p { color: rgb(164,219,123); }

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

background-color css

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

 a { background-color: rgb(164,219,123); }

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

border-color css

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

 span { border-color: rgb(164,219,123); }

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