Html Css Color HEX #A5F364 Conifer

📋 copy color: '#A5F364'

red 165 ◦ green 243 ◦ blue 100

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

Shades of Conifer #A5F364

Tints of Conifer #A5F364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.83%

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

R = 32.48%
G = 47.83%
B = 19.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#A5F364 (or 0xA5F364) is known color: Conifer. HEX triplet: A5, F3 and 64. RGB value is (165,243,100). Sum of RGB (Red+Green+Blue) = 165+243+100=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F364 is #5A0C9B. Grayscale: #CBCBCB. Windows color (decimal): -5901468 or 6615973. OLE color: 6615973.

HSL color Cylindrical-coordinate representation of color #A5F364: hue angle of 92.73º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5F364 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 243 100 -
CMYK 0.32 0 0.59 0.05
HSL 92.73º 0.86% 0.67% -
HSV(B) 92.73º 0.59% 0.95% -
XYZ 49.87 73.02 23.52 -
YUV 203.38 69.66 100.63 -
System Red Green Blue C M Y K H S L
Decimal 165 243 100 0.32 0 0.59 0.05 92.73 0.86 0.67
Hex A5 F3 64 20 0 3B 5 5D 56 43
Octal 245 363 144 40 0 73 5 135 126 103
Binary 10100101 11110011 1100100 100000 0 111011 101 1011101 1010110 1000011

Color Harmonies of #A5F364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F364

Black with #A5F364

Text Example


Text Example

White with #A5F364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F364; }

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

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

background-color css

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

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

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

border-color css

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

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

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