Html Css Color HEX #A5F54C Conifer

📋 copy color: '#A5F54C'

red 165 ◦ green 245 ◦ blue 76

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

Shades of Conifer #A5F54C

Tints of Conifer #A5F54C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.41%

 BLUE value IS 76 (30.08% from 255) = 15.64%

R = 33.95%
G = 50.41%
B = 15.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#A5F54C (or 0xA5F54C) is known color: Conifer. HEX triplet: A5, F5 and 4C. RGB value is (165,245,76). Sum of RGB (Red+Green+Blue) = 165+245+76=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F54C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F54C is #5A0AB3. Grayscale: #CACACA. Windows color (decimal): -5900980 or 5043621. OLE color: 5043621.

HSL color Cylindrical-coordinate representation of color #A5F54C: hue angle of 88.4º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5F54C is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 245 76 -
CMYK 0.33 0 0.69 0.04
HSL 88.4º 0.89% 0.63% -
HSV(B) 88.4º 0.69% 0.96% -
XYZ 49.47 73.83 18.48 -
YUV 201.81 57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 165 245 76 0.33 0 0.69 0.04 88.4 0.89 0.63
Hex A5 F5 4C 21 0 45 4 58 59 3F
Octal 245 365 114 41 0 105 4 130 131 77
Binary 10100101 11110101 1001100 100001 0 1000101 100 1011000 1011001 111111

Color Harmonies of #A5F54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F54C

Black with #A5F54C

Text Example


Text Example

White with #A5F54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F54C; }

 p { color: rgb(165,245,76); }

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

background-color css

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

 a { background-color: rgb(165,245,76); }

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

border-color css

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

 span { border-color: rgb(165,245,76); }

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