Html Css Color HEX #A5E950 Conifer

📋 copy color: '#A5E950'

red 165 ◦ green 233 ◦ blue 80

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

Shades of Conifer #A5E950

Tints of Conifer #A5E950

RGB

 RED value IS 165 (64.84% from 255) = 34.52%

 GREEN value IS 233 (91.41% from 255) = 48.74%

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 34.52%
G = 48.74%
B = 16.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#A5E950 (or 0xA5E950) is known color: Conifer. HEX triplet: A5, E9 and 50. RGB value is (165,233,80). Sum of RGB (Red+Green+Blue) = 165+233+80=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E950 is #5A16AF. Grayscale: #C3C3C3. Windows color (decimal): -5904048 or 5302693. OLE color: 5302693.

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

Color convert

RGB 165 233 80 -
CMYK 0.29 0 0.66 0.09
HSL 86.67º 0.78% 0.61% -
HSV(B) 86.67º 0.66% 0.91% -
XYZ 46.1 66.86 18.06 -
YUV 195.23 62.97 106.44 -
System Red Green Blue C M Y K H S L
Decimal 165 233 80 0.29 0 0.66 0.09 86.67 0.78 0.61
Hex A5 E9 50 1D 0 42 9 57 4E 3D
Octal 245 351 120 35 0 102 11 127 116 75
Binary 10100101 11101001 1010000 11101 0 1000010 1001 1010111 1001110 111101

Color Harmonies of #A5E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E950

Black with #A5E950

Text Example


Text Example

White with #A5E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E950; }

 p { color: rgb(165,233,80); }

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

background-color css

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

 a { background-color: rgb(165,233,80); }

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

border-color css

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

 span { border-color: rgb(165,233,80); }

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