Html Css Color HEX #A5F950 Conifer

📋 copy color: '#A5F950'

red 165 ◦ green 249 ◦ blue 80

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

Shades of Conifer #A5F950

Tints of Conifer #A5F950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.4%

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

R = 33.4%
G = 50.4%
B = 16.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#A5F950 (or 0xA5F950) is known color: Conifer. HEX triplet: A5, F9 and 50. RGB value is (165,249,80). Sum of RGB (Red+Green+Blue) = 165+249+80=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F950 is #5A06AF. Grayscale: #CDCDCD. Windows color (decimal): -5899952 or 5306789. OLE color: 5306789.

HSL color Cylindrical-coordinate representation of color #A5F950: hue angle of 89.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5F950 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 80 -
CMYK 0.34 0 0.68 0.02
HSL 89.82º 0.93% 0.65% -
HSV(B) 89.82º 0.68% 0.98% -
XYZ 50.84 76.33 19.64 -
YUV 204.62 57.67 99.74 -
System Red Green Blue C M Y K H S L
Decimal 165 249 80 0.34 0 0.68 0.02 89.82 0.93 0.65
Hex A5 F9 50 22 0 44 2 5A 5D 41
Octal 245 371 120 42 0 104 2 132 135 101
Binary 10100101 11111001 1010000 100010 0 1000100 10 1011010 1011101 1000001

Color Harmonies of #A5F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F950

Black with #A5F950

Text Example


Text Example

White with #A5F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F950; }

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

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

background-color css

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

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

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

border-color css

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

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

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