Html Css Color HEX #A5E664 Conifer

📋 copy color: '#A5E664'

red 165 ◦ green 230 ◦ blue 100

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

Shades of Conifer #A5E664

Tints of Conifer #A5E664

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.46%

 BLUE value IS 100 (39.45% from 255) = 20.2%

R = 33.33%
G = 46.46%
B = 20.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#A5E664 (or 0xA5E664) is known color: Conifer. HEX triplet: A5, E6 and 64. RGB value is (165,230,100). Sum of RGB (Red+Green+Blue) = 165+230+100=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E664 is #5A199B. Grayscale: #C4C4C4. Windows color (decimal): -5904796 or 6612645. OLE color: 6612645.

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

Color convert

RGB 165 230 100 -
CMYK 0.28 0 0.57 0.10
HSL 90º 0.72% 0.65% -
HSV(B) 90º 0.57% 0.9% -
XYZ 46.11 65.51 22.27 -
YUV 195.75 73.97 106.07 -
System Red Green Blue C M Y K H S L
Decimal 165 230 100 0.28 0 0.57 0.10 90 0.72 0.65
Hex A5 E6 64 1C 0 39 A 5A 48 41
Octal 245 346 144 34 0 71 12 132 110 101
Binary 10100101 11100110 1100100 11100 0 111001 1010 1011010 1001000 1000001

Color Harmonies of #A5E664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E664

Black with #A5E664

Text Example


Text Example

White with #A5E664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E664; }

 p { color: rgb(165,230,100); }

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

background-color css

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

 a { background-color: rgb(165,230,100); }

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

border-color css

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

 span { border-color: rgb(165,230,100); }

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