Html Css Color HEX #A1CB94 Spring Rain

📋 copy color: '#A1CB94'

red 161 ◦ green 203 ◦ blue 148

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

Shades of Spring Rain #A1CB94

Tints of Spring Rain #A1CB94

RGB

 RED value IS 161 (63.28% from 255) = 31.45%

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

 BLUE value IS 148 (58.2% from 255) = 28.91%

R = 31.45%
G = 39.65%
B = 28.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#A1CB94 (or 0xA1CB94) is known color: Spring Rain. HEX triplet: A1, CB and 94. RGB value is (161,203,148). Sum of RGB (Red+Green+Blue) = 161+203+148=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB94 is #5E346B. Grayscale: #B8B8B8. Windows color (decimal): -6173804 or 9751457. OLE color: 9751457.

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

Color convert

RGB 161 203 148 -
CMYK 0.21 0 0.27 0.20
HSL 105.82º 0.35% 0.69% -
HSV(B) 105.82º 0.27% 0.8% -
XYZ 41.4 52.43 35.95 -
YUV 184.17 107.59 111.47 -
System Red Green Blue C M Y K H S L
Decimal 161 203 148 0.21 0 0.27 0.20 105.82 0.35 0.69
Hex A1 CB 94 15 0 1B 14 6A 23 45
Octal 241 313 224 25 0 33 24 152 43 105
Binary 10100001 11001011 10010100 10101 0 11011 10100 1101010 100011 1000101

Color Harmonies of #A1CB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB94

Black with #A1CB94

Text Example


Text Example

White with #A1CB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB94; }

 p { color: rgb(161,203,148); }

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

background-color css

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

 a { background-color: rgb(161,203,148); }

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

border-color css

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

 span { border-color: rgb(161,203,148); }

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