Html Css Color HEX #A5E469 Conifer

📋 copy color: '#A5E469'

red 165 ◦ green 228 ◦ blue 105

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

Shades of Conifer #A5E469

Tints of Conifer #A5E469

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.78%

 BLUE value IS 105 (41.41% from 255) = 21.08%

R = 33.13%
G = 45.78%
B = 21.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#A5E469 (or 0xA5E469) is known color: Conifer. HEX triplet: A5, E4 and 69. RGB value is (165,228,105). Sum of RGB (Red+Green+Blue) = 165+228+105=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E469 is #5A1B96. Grayscale: #C3C3C3. Windows color (decimal): -5905303 or 6939813. OLE color: 6939813.

HSL color Cylindrical-coordinate representation of color #A5E469: hue angle of 90.73º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5E469 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 105 -
CMYK 0.28 0 0.54 0.11
HSL 90.73º 0.69% 0.65% -
HSV(B) 90.73º 0.54% 0.89% -
XYZ 45.81 64.51 23.4 -
YUV 195.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 165 228 105 0.28 0 0.54 0.11 90.73 0.69 0.65
Hex A5 E4 69 1C 0 36 B 5B 45 41
Octal 245 344 151 34 0 66 13 133 105 101
Binary 10100101 11100100 1101001 11100 0 110110 1011 1011011 1000101 1000001

Color Harmonies of #A5E469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E469

Black with #A5E469

Text Example


Text Example

White with #A5E469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E469; }

 p { color: rgb(165,228,105); }

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

background-color css

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

 a { background-color: rgb(165,228,105); }

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

border-color css

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

 span { border-color: rgb(165,228,105); }

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