Html Css Color HEX #A5E467 Conifer

📋 copy color: '#A5E467'

red 165 ◦ green 228 ◦ blue 103

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

Shades of Conifer #A5E467

Tints of Conifer #A5E467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.77%

R = 33.27%
G = 45.97%
B = 20.77%

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

#A5E467 (or 0xA5E467) is known color: Conifer. HEX triplet: A5, E4 and 67. RGB value is (165,228,103). Sum of RGB (Red+Green+Blue) = 165+228+103=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E467 is #5A1B98. Grayscale: #C3C3C3. Windows color (decimal): -5905305 or 6808741. OLE color: 6808741.

HSL color Cylindrical-coordinate representation of color #A5E467: hue angle of 90.24º 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 #A5E467 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 103 -
CMYK 0.28 0 0.55 0.11
HSL 90.24º 0.7% 0.65% -
HSV(B) 90.24º 0.55% 0.89% -
XYZ 45.71 64.47 22.87 -
YUV 194.91 76.13 106.66 -
System Red Green Blue C M Y K H S L
Decimal 165 228 103 0.28 0 0.55 0.11 90.24 0.7 0.65
Hex A5 E4 67 1C 0 37 B 5A 46 41
Octal 245 344 147 34 0 67 13 132 106 101
Binary 10100101 11100100 1100111 11100 0 110111 1011 1011010 1000110 1000001

Color Harmonies of #A5E467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E467

Black with #A5E467

Text Example


Text Example

White with #A5E467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E467; }

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

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

background-color css

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

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

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

border-color css

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

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

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