Html Css Color HEX #A5EF49 Conifer

📋 copy color: '#A5EF49'

red 165 ◦ green 239 ◦ blue 73

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

Shades of Conifer #A5EF49

Tints of Conifer #A5EF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.1%

 BLUE value IS 73 (28.91% from 255) = 15.3%

R = 34.59%
G = 50.1%
B = 15.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#A5EF49 (or 0xA5EF49) is known color: Conifer. HEX triplet: A5, EF and 49. RGB value is (165,239,73). Sum of RGB (Red+Green+Blue) = 165+239+73=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EF49 is #5A10B6. Grayscale: #C6C6C6. Windows color (decimal): -5902519 or 4845477. OLE color: 4845477.

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

Color convert

RGB 165 239 73 -
CMYK 0.31 0 0.69 0.06
HSL 86.75º 0.84% 0.61% -
HSV(B) 86.75º 0.69% 0.94% -
XYZ 47.59 70.21 17.35 -
YUV 197.95 57.48 104.5 -
System Red Green Blue C M Y K H S L
Decimal 165 239 73 0.31 0 0.69 0.06 86.75 0.84 0.61
Hex A5 EF 49 1F 0 45 6 57 54 3D
Octal 245 357 111 37 0 105 6 127 124 75
Binary 10100101 11101111 1001001 11111 0 1000101 110 1010111 1010100 111101

Color Harmonies of #A5EF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EF49

Black with #A5EF49

Text Example


Text Example

White with #A5EF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EF49; }

 p { color: rgb(165,239,73); }

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

background-color css

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

 a { background-color: rgb(165,239,73); }

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

border-color css

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

 span { border-color: rgb(165,239,73); }

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