Html Css Color HEX #A5FB55 Conifer

📋 copy color: '#A5FB55'

red 165 ◦ green 251 ◦ blue 85

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

Shades of Conifer #A5FB55

Tints of Conifer #A5FB55

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.1%

 BLUE value IS 85 (33.59% from 255) = 16.97%

R = 32.93%
G = 50.1%
B = 16.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#A5FB55 (or 0xA5FB55) is known color: Conifer. HEX triplet: A5, FB and 55. RGB value is (165,251,85). Sum of RGB (Red+Green+Blue) = 165+251+85=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FB55 is #5A04AA. Grayscale: #CECECE. Windows color (decimal): -5899435 or 5634981. OLE color: 5634981.

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

Color convert

RGB 165 251 85 -
CMYK 0.34 0 0.66 0.02
HSL 91.08º 0.95% 0.66% -
HSV(B) 91.08º 0.66% 0.98% -
XYZ 51.65 77.65 20.86 -
YUV 206.36 59.51 98.5 -
System Red Green Blue C M Y K H S L
Decimal 165 251 85 0.34 0 0.66 0.02 91.08 0.95 0.66
Hex A5 FB 55 22 0 42 2 5B 5F 42
Octal 245 373 125 42 0 102 2 133 137 102
Binary 10100101 11111011 1010101 100010 0 1000010 10 1011011 1011111 1000010

Color Harmonies of #A5FB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FB55

Black with #A5FB55

Text Example


Text Example

White with #A5FB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FB55; }

 p { color: rgb(165,251,85); }

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

background-color css

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

 a { background-color: rgb(165,251,85); }

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

border-color css

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

 span { border-color: rgb(165,251,85); }

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