Html Css Color HEX #A5F155 Conifer

📋 copy color: '#A5F155'

red 165 ◦ green 241 ◦ blue 85

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

Shades of Conifer #A5F155

Tints of Conifer #A5F155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

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

R = 33.6%
G = 49.08%
B = 17.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#A5F155 (or 0xA5F155) is known color: Conifer. HEX triplet: A5, F1 and 55. RGB value is (165,241,85). Sum of RGB (Red+Green+Blue) = 165+241+85=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F155 is #5A0EAA. Grayscale: #C9C9C9. Windows color (decimal): -5901995 or 5632421. OLE color: 5632421.

HSL color Cylindrical-coordinate representation of color #A5F155: hue angle of 89.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5F155 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 85 -
CMYK 0.32 0 0.65 0.05
HSL 89.23º 0.85% 0.64% -
HSV(B) 89.23º 0.65% 0.95% -
XYZ 48.61 71.57 19.85 -
YUV 200.49 62.82 102.68 -
System Red Green Blue C M Y K H S L
Decimal 165 241 85 0.32 0 0.65 0.05 89.23 0.85 0.64
Hex A5 F1 55 20 0 41 5 59 55 40
Octal 245 361 125 40 0 101 5 131 125 100
Binary 10100101 11110001 1010101 100000 0 1000001 101 1011001 1010101 1000000

Color Harmonies of #A5F155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F155

Black with #A5F155

Text Example


Text Example

White with #A5F155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F155; }

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

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

background-color css

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

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

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

border-color css

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

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

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