Html Css Color HEX #A5F050 Conifer

📋 copy color: '#A5F050'

red 165 ◦ green 240 ◦ blue 80

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

Shades of Conifer #A5F050

Tints of Conifer #A5F050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.48%

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

R = 34.02%
G = 49.48%
B = 16.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#A5F050 (or 0xA5F050) is known color: Conifer. HEX triplet: A5, F0 and 50. RGB value is (165,240,80). Sum of RGB (Red+Green+Blue) = 165+240+80=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F050 is #5A0FAF. Grayscale: #C7C7C7. Windows color (decimal): -5902256 or 5304485. OLE color: 5304485.

HSL color Cylindrical-coordinate representation of color #A5F050: hue angle of 88.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5F050 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 80 -
CMYK 0.31 0 0.67 0.06
HSL 88.13º 0.84% 0.63% -
HSV(B) 88.13º 0.67% 0.94% -
XYZ 48.13 70.9 18.74 -
YUV 199.34 60.65 103.51 -
System Red Green Blue C M Y K H S L
Decimal 165 240 80 0.31 0 0.67 0.06 88.13 0.84 0.63
Hex A5 F0 50 1F 0 43 6 58 54 3F
Octal 245 360 120 37 0 103 6 130 124 77
Binary 10100101 11110000 1010000 11111 0 1000011 110 1011000 1010100 111111

Color Harmonies of #A5F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F050

Black with #A5F050

Text Example


Text Example

White with #A5F050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F050; }

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

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

background-color css

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

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

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

border-color css

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

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

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