Html Css Color HEX #ADF970 Sulu

📋 copy color: '#ADF970'

red 173 ◦ green 249 ◦ blue 112

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

Shades of Sulu #ADF970

Tints of Sulu #ADF970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.97%

R = 32.4%
G = 46.63%
B = 20.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#ADF970 (or 0xADF970) is known color: Sulu. HEX triplet: AD, F9 and 70. RGB value is (173,249,112). Sum of RGB (Red+Green+Blue) = 173+249+112=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF970 is #52068F. Grayscale: #D3D3D3. Windows color (decimal): -5375632 or 7403949. OLE color: 7403949.

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

Color convert

RGB 173 249 112 -
CMYK 0.31 0 0.55 0.02
HSL 93.28º 0.92% 0.71% -
HSV(B) 93.28º 0.55% 0.98% -
XYZ 54.03 77.81 27.5 -
YUV 210.66 72.32 101.14 -
System Red Green Blue C M Y K H S L
Decimal 173 249 112 0.31 0 0.55 0.02 93.28 0.92 0.71
Hex AD F9 70 1F 0 37 2 5D 5C 47
Octal 255 371 160 37 0 67 2 135 134 107
Binary 10101101 11111001 1110000 11111 0 110111 10 1011101 1011100 1000111

Color Harmonies of #ADF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF970

Black with #ADF970

Text Example


Text Example

White with #ADF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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