Html Css Color HEX #A5CC82 Feijoa

📋 copy color: '#A5CC82'

red 165 ◦ green 204 ◦ blue 130

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

Shades of Feijoa #A5CC82

Tints of Feijoa #A5CC82

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.88%

 BLUE value IS 130 (51.17% from 255) = 26.05%

R = 33.07%
G = 40.88%
B = 26.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#A5CC82 (or 0xA5CC82) is known color: Feijoa. HEX triplet: A5, CC and 82. RGB value is (165,204,130). Sum of RGB (Red+Green+Blue) = 165+204+130=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC82 is #5A337D. Grayscale: #B8B8B8. Windows color (decimal): -5911422 or 8572069. OLE color: 8572069.

HSL color Cylindrical-coordinate representation of color #A5CC82: hue angle of 91.62º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5CC82 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 130 -
CMYK 0.19 0 0.36 0.2
HSL 91.62º 0.42% 0.65% -
HSV(B) 91.62º 0.36% 0.8% -
XYZ 41.14 52.8 29.14 -
YUV 183.9 97.58 114.52 -
System Red Green Blue C M Y K H S L
Decimal 165 204 130 0.19 0 0.36 0.2 91.62 0.42 0.65
Hex A5 CC 82 13 0 24 14 5C 2A 41
Octal 245 314 202 23 0 44 24 134 52 101
Binary 10100101 11001100 10000010 10011 0 100100 10100 1011100 101010 1000001

Color Harmonies of #A5CC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC82

Black with #A5CC82

Text Example


Text Example

White with #A5CC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC82; }

 p { color: rgb(165,204,130); }

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

background-color css

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

 a { background-color: rgb(165,204,130); }

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

border-color css

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

 span { border-color: rgb(165,204,130); }

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