Html Css Color HEX #A0E75B Conifer

📋 copy color: '#A0E75B'

red 160 ◦ green 231 ◦ blue 91

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

Shades of Conifer #A0E75B

Tints of Conifer #A0E75B

RGB

 RED value IS 160 (62.89% from 255) = 33.2%

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

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

R = 33.2%
G = 47.93%
B = 18.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#A0E75B (or 0xA0E75B) is known color: Conifer. HEX triplet: A0, E7 and 5B. RGB value is (160,231,91). Sum of RGB (Red+Green+Blue) = 160+231+91=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E75B is #5F18A4. Grayscale: #C2C2C2. Windows color (decimal): -6232229 or 6023072. OLE color: 6023072.

HSL color Cylindrical-coordinate representation of color #A0E75B: hue angle of 90.43º 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 #A0E75B is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 231 91 -
CMYK 0.31 0 0.61 0.09
HSL 90.43º 0.74% 0.63% -
HSV(B) 90.43º 0.61% 0.91% -
XYZ 44.96 65.38 20.15 -
YUV 193.81 69.98 103.88 -
System Red Green Blue C M Y K H S L
Decimal 160 231 91 0.31 0 0.61 0.09 90.43 0.74 0.63
Hex A0 E7 5B 1F 0 3D 9 5A 4A 3F
Octal 240 347 133 37 0 75 11 132 112 77
Binary 10100000 11100111 1011011 11111 0 111101 1001 1011010 1001010 111111

Color Harmonies of #A0E75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E75B

Black with #A0E75B

Text Example


Text Example

White with #A0E75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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