Html Css Color HEX #A5F956 Conifer

📋 copy color: '#A5F956'

red 165 ◦ green 249 ◦ blue 86

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

Shades of Conifer #A5F956

Tints of Conifer #A5F956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.2%

R = 33%
G = 49.8%
B = 17.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#A5F956 (or 0xA5F956) is known color: Conifer. HEX triplet: A5, F9 and 56. RGB value is (165,249,86). Sum of RGB (Red+Green+Blue) = 165+249+86=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F956 is #5A06A9. Grayscale: #CDCDCD. Windows color (decimal): -5899946 or 5700005. OLE color: 5700005.

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

Color convert

RGB 165 249 86 -
CMYK 0.34 0 0.65 0.02
HSL 90.92º 0.93% 0.66% -
HSV(B) 90.92º 0.65% 0.98% -
XYZ 51.07 76.42 20.86 -
YUV 205.3 60.67 99.25 -
System Red Green Blue C M Y K H S L
Decimal 165 249 86 0.34 0 0.65 0.02 90.92 0.93 0.66
Hex A5 F9 56 22 0 41 2 5B 5D 42
Octal 245 371 126 42 0 101 2 133 135 102
Binary 10100101 11111001 1010110 100010 0 1000001 10 1011011 1011101 1000010

Color Harmonies of #A5F956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F956

Black with #A5F956

Text Example


Text Example

White with #A5F956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F956; }

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

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

background-color css

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

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

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

border-color css

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

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

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