Html Css Color HEX #A5DA2D Yellow Green

📋 copy color: '#A5DA2D'

red 165 ◦ green 218 ◦ blue 45

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

Shades of Yellow Green #A5DA2D

Tints of Yellow Green #A5DA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.93%

 BLUE value IS 45 (17.97% from 255) = 10.51%

R = 38.55%
G = 50.93%
B = 10.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#A5DA2D (or 0xA5DA2D) is known color: Yellow Green. HEX triplet: A5, DA and 2D. RGB value is (165,218,45). Sum of RGB (Red+Green+Blue) = 165+218+45=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DA2D is #5A25D2. Grayscale: #B7B7B7. Windows color (decimal): -5907923 or 3005093. OLE color: 3005093.

HSL color Cylindrical-coordinate representation of color #A5DA2D: hue angle of 78.38º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5DA2D is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 218 45 -
CMYK 0.24 0 0.79 0.15
HSL 78.38º 0.7% 0.52% -
HSV(B) 78.38º 0.79% 0.85% -
XYZ 41.06 58.33 11.58 -
YUV 182.43 50.44 115.57 -
System Red Green Blue C M Y K H S L
Decimal 165 218 45 0.24 0 0.79 0.15 78.38 0.7 0.52
Hex A5 DA 2D 18 0 4F F 4E 46 34
Octal 245 332 55 30 0 117 17 116 106 64
Binary 10100101 11011010 101101 11000 0 1001111 1111 1001110 1000110 110100

Color Harmonies of #A5DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DA2D

Black with #A5DA2D

Text Example


Text Example

White with #A5DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DA2D; }

 p { color: rgb(165,218,45); }

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

background-color css

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

 a { background-color: rgb(165,218,45); }

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

border-color css

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

 span { border-color: rgb(165,218,45); }

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