Html Css Color HEX #ADF94D Conifer

📋 copy color: '#ADF94D'

red 173 ◦ green 249 ◦ blue 77

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

Shades of Conifer #ADF94D

Tints of Conifer #ADF94D

RGB

 RED value IS 173 (67.97% from 255) = 34.67%

 GREEN value IS 249 (97.66% from 255) = 49.9%

 BLUE value IS 77 (30.47% from 255) = 15.43%

R = 34.67%
G = 49.9%
B = 15.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#ADF94D (or 0xADF94D) is known color: Conifer. HEX triplet: AD, F9 and 4D. RGB value is (173,249,77). Sum of RGB (Red+Green+Blue) = 173+249+77=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF94D is #5206B2. Grayscale: #CFCFCF. Windows color (decimal): -5375667 or 5110189. OLE color: 5110189.

HSL color Cylindrical-coordinate representation of color #ADF94D: hue angle of 86.51º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADF94D is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 77 -
CMYK 0.31 0 0.69 0.02
HSL 86.51º 0.93% 0.64% -
HSV(B) 86.51º 0.69% 0.98% -
XYZ 52.45 77.17 19.15 -
YUV 206.67 54.82 103.99 -
System Red Green Blue C M Y K H S L
Decimal 173 249 77 0.31 0 0.69 0.02 86.51 0.93 0.64
Hex AD F9 4D 1F 0 45 2 57 5D 40
Octal 255 371 115 37 0 105 2 127 135 100
Binary 10101101 11111001 1001101 11111 0 1000101 10 1010111 1011101 1000000

Color Harmonies of #ADF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF94D

Black with #ADF94D

Text Example


Text Example

White with #ADF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF94D; }

 p { color: rgb(173,249,77); }

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

background-color css

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

 a { background-color: rgb(173,249,77); }

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

border-color css

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

 span { border-color: rgb(173,249,77); }

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