Html Css Color HEX #A5CB84 Feijoa

📋 copy color: '#A5CB84'

red 165 ◦ green 203 ◦ blue 132

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

Shades of Feijoa #A5CB84

Tints of Feijoa #A5CB84

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.6%

 BLUE value IS 132 (51.95% from 255) = 26.4%

R = 33%
G = 40.6%
B = 26.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#A5CB84 (or 0xA5CB84) is known color: Feijoa. HEX triplet: A5, CB and 84. RGB value is (165,203,132). Sum of RGB (Red+Green+Blue) = 165+203+132=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB84 is #5A347B. Grayscale: #B7B7B7. Windows color (decimal): -5911676 or 8702885. OLE color: 8702885.

HSL color Cylindrical-coordinate representation of color #A5CB84: hue angle of 92.11º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5CB84 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 132 -
CMYK 0.19 0 0.35 0.20
HSL 92.11º 0.41% 0.66% -
HSV(B) 92.11º 0.35% 0.8% -
XYZ 41.04 52.38 29.78 -
YUV 183.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 165 203 132 0.19 0 0.35 0.20 92.11 0.41 0.66
Hex A5 CB 84 13 0 23 14 5C 29 42
Octal 245 313 204 23 0 43 24 134 51 102
Binary 10100101 11001011 10000100 10011 0 100011 10100 1011100 101001 1000010

Color Harmonies of #A5CB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB84

Black with #A5CB84

Text Example


Text Example

White with #A5CB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB84; }

 p { color: rgb(165,203,132); }

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

background-color css

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

 a { background-color: rgb(165,203,132); }

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

border-color css

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

 span { border-color: rgb(165,203,132); }

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