Html Css Color HEX #A1E75B Conifer

📋 copy color: '#A1E75B'

red 161 ◦ green 231 ◦ blue 91

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

Shades of Conifer #A1E75B

Tints of Conifer #A1E75B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.83%

 BLUE value IS 91 (35.94% from 255) = 18.84%

R = 33.33%
G = 47.83%
B = 18.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#A1E75B (or 0xA1E75B) is known color: Conifer. HEX triplet: A1, E7 and 5B. RGB value is (161,231,91). Sum of RGB (Red+Green+Blue) = 161+231+91=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E75B is #5E18A4. Grayscale: #C2C2C2. Windows color (decimal): -6166693 or 6023073. OLE color: 6023073.

HSL color Cylindrical-coordinate representation of color #A1E75B: hue angle of 90º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1E75B is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 231 91 -
CMYK 0.30 0 0.61 0.09
HSL 90º 0.74% 0.63% -
HSV(B) 90º 0.61% 0.91% -
XYZ 45.16 65.48 20.16 -
YUV 194.11 69.81 104.38 -
System Red Green Blue C M Y K H S L
Decimal 161 231 91 0.30 0 0.61 0.09 90 0.74 0.63
Hex A1 E7 5B 1E 0 3D 9 5A 4A 3F
Octal 241 347 133 36 0 75 11 132 112 77
Binary 10100001 11100111 1011011 11110 0 111101 1001 1011010 1001010 111111

Color Harmonies of #A1E75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E75B

Black with #A1E75B

Text Example


Text Example

White with #A1E75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E75B; }

 p { color: rgb(161,231,91); }

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

background-color css

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

 a { background-color: rgb(161,231,91); }

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

border-color css

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

 span { border-color: rgb(161,231,91); }

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