Html Css Color HEX #A4DB83 Feijoa

📋 copy color: '#A4DB83'

red 164 ◦ green 219 ◦ blue 131

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

Shades of Feijoa #A4DB83

Tints of Feijoa #A4DB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.49%

R = 31.91%
G = 42.61%
B = 25.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#A4DB83 (or 0xA4DB83) is known color: Feijoa. HEX triplet: A4, DB and 83. RGB value is (164,219,131). Sum of RGB (Red+Green+Blue) = 164+219+131=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB83 is #5B247C. Grayscale: #C0C0C0. Windows color (decimal): -5973117 or 8641444. OLE color: 8641444.

HSL color Cylindrical-coordinate representation of color #A4DB83: hue angle of 97.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4DB83 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 219 131 -
CMYK 0.25 0 0.40 0.14
HSL 97.5º 0.55% 0.69% -
HSV(B) 97.5º 0.4% 0.86% -
XYZ 44.74 60.19 30.73 -
YUV 192.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 164 219 131 0.25 0 0.40 0.14 97.5 0.55 0.69
Hex A4 DB 83 19 0 28 E 62 37 45
Octal 244 333 203 31 0 50 16 142 67 105
Binary 10100100 11011011 10000011 11001 0 101000 1110 1100010 110111 1000101

Color Harmonies of #A4DB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB83

Black with #A4DB83

Text Example


Text Example

White with #A4DB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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