Html Css Color HEX #ADF145 Conifer

📋 copy color: '#ADF145'

red 173 ◦ green 241 ◦ blue 69

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

Shades of Conifer #ADF145

Tints of Conifer #ADF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.29%

R = 35.82%
G = 49.9%
B = 14.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#ADF145 (or 0xADF145) is known color: Conifer. HEX triplet: AD, F1 and 45. RGB value is (173,241,69). Sum of RGB (Red+Green+Blue) = 173+241+69=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF145 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF145 is #520EBA. Grayscale: #C9C9C9. Windows color (decimal): -5377723 or 4583853. OLE color: 4583853.

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

Color convert

RGB 173 241 69 -
CMYK 0.28 0 0.71 0.05
HSL 83.72º 0.86% 0.61% -
HSV(B) 83.72º 0.71% 0.95% -
XYZ 49.76 72.22 16.95 -
YUV 201.06 53.47 107.99 -
System Red Green Blue C M Y K H S L
Decimal 173 241 69 0.28 0 0.71 0.05 83.72 0.86 0.61
Hex AD F1 45 1C 0 47 5 54 56 3D
Octal 255 361 105 34 0 107 5 124 126 75
Binary 10101101 11110001 1000101 11100 0 1000111 101 1010100 1010110 111101

Color Harmonies of #ADF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF145

Black with #ADF145

Text Example


Text Example

White with #ADF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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