Html Css Color HEX #A5E14F Conifer

📋 copy color: '#A5E14F'

red 165 ◦ green 225 ◦ blue 79

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

Shades of Conifer #A5E14F

Tints of Conifer #A5E14F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.97%

 BLUE value IS 79 (31.25% from 255) = 16.84%

R = 35.18%
G = 47.97%
B = 16.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#A5E14F (or 0xA5E14F) is known color: Conifer. HEX triplet: A5, E1 and 4F. RGB value is (165,225,79). Sum of RGB (Red+Green+Blue) = 165+225+79=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E14F is #5A1EB0. Grayscale: #BEBEBE. Windows color (decimal): -5906097 or 5235109. OLE color: 5235109.

HSL color Cylindrical-coordinate representation of color #A5E14F: hue angle of 84.66º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5E14F is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 79 -
CMYK 0.27 0 0.65 0.12
HSL 84.66º 0.71% 0.6% -
HSV(B) 84.66º 0.65% 0.88% -
XYZ 43.85 62.41 17.13 -
YUV 190.42 65.12 109.87 -
System Red Green Blue C M Y K H S L
Decimal 165 225 79 0.27 0 0.65 0.12 84.66 0.71 0.6
Hex A5 E1 4F 1B 0 41 C 55 47 3C
Octal 245 341 117 33 0 101 14 125 107 74
Binary 10100101 11100001 1001111 11011 0 1000001 1100 1010101 1000111 111100

Color Harmonies of #A5E14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E14F

Black with #A5E14F

Text Example


Text Example

White with #A5E14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E14F; }

 p { color: rgb(165,225,79); }

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

background-color css

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

 a { background-color: rgb(165,225,79); }

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

border-color css

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

 span { border-color: rgb(165,225,79); }

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