Html Css Color HEX #A5F05D Conifer

📋 copy color: '#A5F05D'

red 165 ◦ green 240 ◦ blue 93

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

Shades of Conifer #A5F05D

Tints of Conifer #A5F05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.19%

 BLUE value IS 93 (36.72% from 255) = 18.67%

R = 33.13%
G = 48.19%
B = 18.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#A5F05D (or 0xA5F05D) is known color: Conifer. HEX triplet: A5, F0 and 5D. RGB value is (165,240,93). Sum of RGB (Red+Green+Blue) = 165+240+93=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F05D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F05D is #5A0FA2. Grayscale: #C9C9C9. Windows color (decimal): -5902243 or 6156453. OLE color: 6156453.

HSL color Cylindrical-coordinate representation of color #A5F05D: hue angle of 90.61º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5F05D is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 93 -
CMYK 0.31 0 0.61 0.06
HSL 90.61º 0.83% 0.65% -
HSV(B) 90.61º 0.61% 0.94% -
XYZ 48.65 71.11 21.52 -
YUV 200.82 67.15 102.45 -
System Red Green Blue C M Y K H S L
Decimal 165 240 93 0.31 0 0.61 0.06 90.61 0.83 0.65
Hex A5 F0 5D 1F 0 3D 6 5B 53 41
Octal 245 360 135 37 0 75 6 133 123 101
Binary 10100101 11110000 1011101 11111 0 111101 110 1011011 1010011 1000001

Color Harmonies of #A5F05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F05D

Black with #A5F05D

Text Example


Text Example

White with #A5F05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F05D; }

 p { color: rgb(165,240,93); }

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

background-color css

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

 a { background-color: rgb(165,240,93); }

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

border-color css

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

 span { border-color: rgb(165,240,93); }

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