Html Css Color HEX #ADF14A Conifer

📋 copy color: '#ADF14A'

red 173 ◦ green 241 ◦ blue 74

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

Shades of Conifer #ADF14A

Tints of Conifer #ADF14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.39%

 BLUE value IS 74 (29.3% from 255) = 15.16%

R = 35.45%
G = 49.39%
B = 15.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#ADF14A (or 0xADF14A) is known color: Conifer. HEX triplet: AD, F1 and 4A. RGB value is (173,241,74). Sum of RGB (Red+Green+Blue) = 173+241+74=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF14A is #520EB5. Grayscale: #CACACA. Windows color (decimal): -5377718 or 4911533. OLE color: 4911533.

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

Color convert

RGB 173 241 74 -
CMYK 0.28 0 0.69 0.05
HSL 84.43º 0.86% 0.62% -
HSV(B) 84.43º 0.69% 0.95% -
XYZ 49.92 72.29 17.8 -
YUV 201.63 55.97 107.58 -
System Red Green Blue C M Y K H S L
Decimal 173 241 74 0.28 0 0.69 0.05 84.43 0.86 0.62
Hex AD F1 4A 1C 0 45 5 54 56 3E
Octal 255 361 112 34 0 105 5 124 126 76
Binary 10101101 11110001 1001010 11100 0 1000101 101 1010100 1010110 111110

Color Harmonies of #ADF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF14A

Black with #ADF14A

Text Example


Text Example

White with #ADF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF14A; }

 p { color: rgb(173,241,74); }

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

background-color css

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

 a { background-color: rgb(173,241,74); }

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

border-color css

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

 span { border-color: rgb(173,241,74); }

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