Html Css Color HEX #A1D94B Conifer

📋 copy color: '#A1D94B'

red 161 ◦ green 217 ◦ blue 75

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

Shades of Conifer #A1D94B

Tints of Conifer #A1D94B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.9%

 BLUE value IS 75 (29.69% from 255) = 16.56%

R = 35.54%
G = 47.9%
B = 16.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#A1D94B (or 0xA1D94B) is known color: Conifer. HEX triplet: A1, D9 and 4B. RGB value is (161,217,75). Sum of RGB (Red+Green+Blue) = 161+217+75=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D94B is #5E26B4. Grayscale: #B8B8B8. Windows color (decimal): -6170293 or 4970913. OLE color: 4970913.

HSL color Cylindrical-coordinate representation of color #A1D94B: hue angle of 83.66º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1D94B is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 75 -
CMYK 0.26 0 0.65 0.15
HSL 83.66º 0.65% 0.57% -
HSV(B) 83.66º 0.65% 0.85% -
XYZ 40.78 57.71 15.65 -
YUV 184.07 66.45 111.55 -
System Red Green Blue C M Y K H S L
Decimal 161 217 75 0.26 0 0.65 0.15 83.66 0.65 0.57
Hex A1 D9 4B 1A 0 41 F 54 41 39
Octal 241 331 113 32 0 101 17 124 101 71
Binary 10100001 11011001 1001011 11010 0 1000001 1111 1010100 1000001 111001

Color Harmonies of #A1D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D94B

Black with #A1D94B

Text Example


Text Example

White with #A1D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D94B; }

 p { color: rgb(161,217,75); }

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

background-color css

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

 a { background-color: rgb(161,217,75); }

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

border-color css

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

 span { border-color: rgb(161,217,75); }

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