Html Css Color HEX #A5E466 Conifer

📋 copy color: '#A5E466'

red 165 ◦ green 228 ◦ blue 102

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

Shades of Conifer #A5E466

Tints of Conifer #A5E466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.61%

R = 33.33%
G = 46.06%
B = 20.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#A5E466 (or 0xA5E466) is known color: Conifer. HEX triplet: A5, E4 and 66. RGB value is (165,228,102). Sum of RGB (Red+Green+Blue) = 165+228+102=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E466 is #5A1B99. Grayscale: #C3C3C3. Windows color (decimal): -5905306 or 6743205. OLE color: 6743205.

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

Color convert

RGB 165 228 102 -
CMYK 0.28 0 0.55 0.11
HSL 90º 0.7% 0.65% -
HSV(B) 90º 0.55% 0.89% -
XYZ 45.66 64.45 22.6 -
YUV 194.8 75.63 106.75 -
System Red Green Blue C M Y K H S L
Decimal 165 228 102 0.28 0 0.55 0.11 90 0.7 0.65
Hex A5 E4 66 1C 0 37 B 5A 46 41
Octal 245 344 146 34 0 67 13 132 106 101
Binary 10100101 11100100 1100110 11100 0 110111 1011 1011010 1000110 1000001

Color Harmonies of #A5E466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E466

Black with #A5E466

Text Example


Text Example

White with #A5E466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E466; }

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

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

background-color css

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

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

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

border-color css

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

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

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