Html Css Color HEX #A5D14F Conifer

📋 copy color: '#A5D14F'

red 165 ◦ green 209 ◦ blue 79

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

Shades of Conifer #A5D14F

Tints of Conifer #A5D14F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

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

R = 36.42%
G = 46.14%
B = 17.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#A5D14F (or 0xA5D14F) is known color: Conifer. HEX triplet: A5, D1 and 4F. RGB value is (165,209,79). Sum of RGB (Red+Green+Blue) = 165+209+79=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D14F is #5A2EB0. Grayscale: #B5B5B5. Windows color (decimal): -5910193 or 5231013. OLE color: 5231013.

HSL color Cylindrical-coordinate representation of color #A5D14F: hue angle of 80.31º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5D14F is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 209 79 -
CMYK 0.21 0 0.62 0.18
HSL 80.31º 0.59% 0.56% -
HSV(B) 80.31º 0.62% 0.82% -
XYZ 39.73 54.16 15.76 -
YUV 181.02 70.42 116.57 -
System Red Green Blue C M Y K H S L
Decimal 165 209 79 0.21 0 0.62 0.18 80.31 0.59 0.56
Hex A5 D1 4F 15 0 3E 12 50 3B 38
Octal 245 321 117 25 0 76 22 120 73 70
Binary 10100101 11010001 1001111 10101 0 111110 10010 1010000 111011 111000

Color Harmonies of #A5D14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D14F

Black with #A5D14F

Text Example


Text Example

White with #A5D14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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