Html Css Color HEX #A5E14A Conifer

📋 copy color: '#A5E14A'

red 165 ◦ green 225 ◦ blue 74

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

Shades of Conifer #A5E14A

Tints of Conifer #A5E14A

RGB

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

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

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

R = 35.56%
G = 48.49%
B = 15.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#A5E14A (or 0xA5E14A) is known color: Conifer. HEX triplet: A5, E1 and 4A. RGB value is (165,225,74). Sum of RGB (Red+Green+Blue) = 165+225+74=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E14A is #5A1EB5. Grayscale: #BEBEBE. Windows color (decimal): -5906102 or 4907429. OLE color: 4907429.

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

Color convert

RGB 165 225 74 -
CMYK 0.27 0 0.67 0.12
HSL 83.84º 0.72% 0.59% -
HSV(B) 83.84º 0.67% 0.88% -
XYZ 43.68 62.34 16.21 -
YUV 189.85 62.62 110.28 -
System Red Green Blue C M Y K H S L
Decimal 165 225 74 0.27 0 0.67 0.12 83.84 0.72 0.59
Hex A5 E1 4A 1B 0 43 C 54 48 3B
Octal 245 341 112 33 0 103 14 124 110 73
Binary 10100101 11100001 1001010 11011 0 1000011 1100 1010100 1001000 111011

Color Harmonies of #A5E14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E14A

Black with #A5E14A

Text Example


Text Example

White with #A5E14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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