Html Css Color HEX #A5C248 Celery

📋 copy color: '#A5C248'

red 165 ◦ green 194 ◦ blue 72

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

Shades of Celery #A5C248

Tints of Celery #A5C248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.71%

R = 38.28%
G = 45.01%
B = 16.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#A5C248 (or 0xA5C248) is known color: Celery. HEX triplet: A5, C2 and 48. RGB value is (165,194,72). Sum of RGB (Red+Green+Blue) = 165+194+72=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C248 is #5A3DB7. Grayscale: #ABABAB. Windows color (decimal): -5914040 or 4768421. OLE color: 4768421.

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

Color convert

RGB 165 194 72 -
CMYK 0.15 0 0.63 0.24
HSL 74.26º 0.5% 0.52% -
HSV(B) 74.26º 0.63% 0.76% -
XYZ 35.98 47.05 13.32 -
YUV 171.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 165 194 72 0.15 0 0.63 0.24 74.26 0.5 0.52
Hex A5 C2 48 F 0 3F 18 4A 32 34
Octal 245 302 110 17 0 77 30 112 62 64
Binary 10100101 11000010 1001000 1111 0 111111 11000 1001010 110010 110100

Color Harmonies of #A5C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C248

Black with #A5C248

Text Example


Text Example

White with #A5C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C248; }

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

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

background-color css

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

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

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

border-color css

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

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

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