Html Css Color HEX #A5EE4A Conifer

📋 copy color: '#A5EE4A'

red 165 ◦ green 238 ◦ blue 74

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

Shades of Conifer #A5EE4A

Tints of Conifer #A5EE4A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.9%

 BLUE value IS 74 (29.3% from 255) = 15.51%

R = 34.59%
G = 49.9%
B = 15.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#A5EE4A (or 0xA5EE4A) is known color: Conifer. HEX triplet: A5, EE and 4A. RGB value is (165,238,74). Sum of RGB (Red+Green+Blue) = 165+238+74=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EE4A is #5A11B5. Grayscale: #C6C6C6. Windows color (decimal): -5902774 or 4910757. OLE color: 4910757.

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

Color convert

RGB 165 238 74 -
CMYK 0.31 0 0.69 0.07
HSL 86.71º 0.83% 0.61% -
HSV(B) 86.71º 0.69% 0.93% -
XYZ 47.33 69.64 17.43 -
YUV 197.48 58.32 104.84 -
System Red Green Blue C M Y K H S L
Decimal 165 238 74 0.31 0 0.69 0.07 86.71 0.83 0.61
Hex A5 EE 4A 1F 0 45 7 57 53 3D
Octal 245 356 112 37 0 105 7 127 123 75
Binary 10100101 11101110 1001010 11111 0 1000101 111 1010111 1010011 111101

Color Harmonies of #A5EE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EE4A

Black with #A5EE4A

Text Example


Text Example

White with #A5EE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EE4A; }

 p { color: rgb(165,238,74); }

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

background-color css

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

 a { background-color: rgb(165,238,74); }

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

border-color css

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

 span { border-color: rgb(165,238,74); }

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