Html Css Color HEX #A8C298 Spring Rain

📋 copy color: '#A8C298'

red 168 ◦ green 194 ◦ blue 152

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

Shades of Spring Rain #A8C298

Tints of Spring Rain #A8C298

RGB

 RED value IS 168 (66.02% from 255) = 32.68%

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

 BLUE value IS 152 (59.77% from 255) = 29.57%

R = 32.68%
G = 37.74%
B = 29.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#A8C298 (or 0xA8C298) is known color: Spring Rain. HEX triplet: A8, C2 and 98. RGB value is (168,194,152). Sum of RGB (Red+Green+Blue) = 168+194+152=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C298 is #573D67. Grayscale: #B5B5B5. Windows color (decimal): -5717352 or 10011304. OLE color: 10011304.

HSL color Cylindrical-coordinate representation of color #A8C298: hue angle of 97.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8C298 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 152 -
CMYK 0.13 0 0.22 0.24
HSL 97.14º 0.26% 0.68% -
HSV(B) 97.14º 0.22% 0.76% -
XYZ 41.11 49.18 37.03 -
YUV 181.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 168 194 152 0.13 0 0.22 0.24 97.14 0.26 0.68
Hex A8 C2 98 D 0 16 18 61 1A 44
Octal 250 302 230 15 0 26 30 141 32 104
Binary 10101000 11000010 10011000 1101 0 10110 11000 1100001 11010 1000100

Color Harmonies of #A8C298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C298

Black with #A8C298

Text Example


Text Example

White with #A8C298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C298; }

 p { color: rgb(168,194,152); }

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

background-color css

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

 a { background-color: rgb(168,194,152); }

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

border-color css

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

 span { border-color: rgb(168,194,152); }

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