Html Css Color HEX #A5F468 Conifer

📋 copy color: '#A5F468'

red 165 ◦ green 244 ◦ blue 104

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

Shades of Conifer #A5F468

Tints of Conifer #A5F468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.56%

 BLUE value IS 104 (41.02% from 255) = 20.27%

R = 32.16%
G = 47.56%
B = 20.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#A5F468 (or 0xA5F468) is known color: Conifer. HEX triplet: A5, F4 and 68. RGB value is (165,244,104). Sum of RGB (Red+Green+Blue) = 165+244+104=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F468 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F468 is #5A0B97. Grayscale: #CCCCCC. Windows color (decimal): -5901208 or 6878373. OLE color: 6878373.

HSL color Cylindrical-coordinate representation of color #A5F468: hue angle of 93.86º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5F468 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 104 -
CMYK 0.32 0 0.57 0.04
HSL 93.86º 0.86% 0.68% -
HSV(B) 93.86º 0.57% 0.96% -
XYZ 50.37 73.7 24.67 -
YUV 204.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 165 244 104 0.32 0 0.57 0.04 93.86 0.86 0.68
Hex A5 F4 68 20 0 39 4 5E 56 44
Octal 245 364 150 40 0 71 4 136 126 104
Binary 10100101 11110100 1101000 100000 0 111001 100 1011110 1010110 1000100

Color Harmonies of #A5F468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F468

Black with #A5F468

Text Example


Text Example

White with #A5F468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F468; }

 p { color: rgb(165,244,104); }

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

background-color css

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

 a { background-color: rgb(165,244,104); }

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

border-color css

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

 span { border-color: rgb(165,244,104); }

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