Html Css Color HEX #A5F455 Conifer

📋 copy color: '#A5F455'

red 165 ◦ green 244 ◦ blue 85

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

Shades of Conifer #A5F455

Tints of Conifer #A5F455

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.39%

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

R = 33.4%
G = 49.39%
B = 17.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#A5F455 (or 0xA5F455) is known color: Conifer. HEX triplet: A5, F4 and 55. RGB value is (165,244,85). Sum of RGB (Red+Green+Blue) = 165+244+85=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F455 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F455 is #5A0BAA. Grayscale: #CACACA. Windows color (decimal): -5901227 or 5633189. OLE color: 5633189.

HSL color Cylindrical-coordinate representation of color #A5F455: hue angle of 89.81º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5F455 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 85 -
CMYK 0.32 0 0.65 0.04
HSL 89.81º 0.88% 0.65% -
HSV(B) 89.81º 0.65% 0.96% -
XYZ 49.51 73.36 20.14 -
YUV 202.25 61.83 101.43 -
System Red Green Blue C M Y K H S L
Decimal 165 244 85 0.32 0 0.65 0.04 89.81 0.88 0.65
Hex A5 F4 55 20 0 41 4 5A 58 41
Octal 245 364 125 40 0 101 4 132 130 101
Binary 10100101 11110100 1010101 100000 0 1000001 100 1011010 1011000 1000001

Color Harmonies of #A5F455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F455

Black with #A5F455

Text Example


Text Example

White with #A5F455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F455; }

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

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

background-color css

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

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

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

border-color css

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

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

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