Html Css Color HEX #A5C255 Celery

📋 copy color: '#A5C255'

red 165 ◦ green 194 ◦ blue 85

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

Shades of Celery #A5C255

Tints of Celery #A5C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.69%

 BLUE value IS 85 (33.59% from 255) = 19.14%

R = 37.16%
G = 43.69%
B = 19.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#A5C255 (or 0xA5C255) is known color: Celery. HEX triplet: A5, C2 and 55. RGB value is (165,194,85). Sum of RGB (Red+Green+Blue) = 165+194+85=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C255 is #5A3DAA. Grayscale: #ADADAD. Windows color (decimal): -5914027 or 5620389. OLE color: 5620389.

HSL color Cylindrical-coordinate representation of color #A5C255: hue angle of 75.96º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5C255 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 194 85 -
CMYK 0.15 0 0.56 0.24
HSL 75.96º 0.47% 0.55% -
HSV(B) 75.96º 0.56% 0.76% -
XYZ 36.45 47.24 15.79 -
YUV 172.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 165 194 85 0.15 0 0.56 0.24 75.96 0.47 0.55
Hex A5 C2 55 F 0 38 18 4C 2F 37
Octal 245 302 125 17 0 70 30 114 57 67
Binary 10100101 11000010 1010101 1111 0 111000 11000 1001100 101111 110111

Color Harmonies of #A5C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C255

Black with #A5C255

Text Example


Text Example

White with #A5C255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C255; }

 p { color: rgb(165,194,85); }

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

background-color css

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

 a { background-color: rgb(165,194,85); }

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

border-color css

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

 span { border-color: rgb(165,194,85); }

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