Html Css Color HEX #ADF14B Conifer

📋 copy color: '#ADF14B'

red 173 ◦ green 241 ◦ blue 75

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

Shades of Conifer #ADF14B

Tints of Conifer #ADF14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.34%

R = 35.38%
G = 49.28%
B = 15.34%

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

#ADF14B (or 0xADF14B) is known color: Conifer. HEX triplet: AD, F1 and 4B. RGB value is (173,241,75). Sum of RGB (Red+Green+Blue) = 173+241+75=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF14B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF14B is #520EB4. Grayscale: #CACACA. Windows color (decimal): -5377717 or 4977069. OLE color: 4977069.

HSL color Cylindrical-coordinate representation of color #ADF14B: hue angle of 84.58º 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 #ADF14B is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 75 -
CMYK 0.28 0 0.69 0.05
HSL 84.58º 0.86% 0.62% -
HSV(B) 84.58º 0.69% 0.95% -
XYZ 49.96 72.3 17.98 -
YUV 201.74 56.47 107.5 -
System Red Green Blue C M Y K H S L
Decimal 173 241 75 0.28 0 0.69 0.05 84.58 0.86 0.62
Hex AD F1 4B 1C 0 45 5 55 56 3E
Octal 255 361 113 34 0 105 5 125 126 76
Binary 10101101 11110001 1001011 11100 0 1000101 101 1010101 1010110 111110

Color Harmonies of #ADF14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF14B

Black with #ADF14B

Text Example


Text Example

White with #ADF14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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