Html Css Color HEX #AFF970 Sulu

📋 copy color: '#AFF970'

red 175 ◦ green 249 ◦ blue 112

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

Shades of Sulu #AFF970

Tints of Sulu #AFF970

RGB

 RED value IS 175 (68.75% from 255) = 32.65%

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

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

R = 32.65%
G = 46.46%
B = 20.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#AFF970 (or 0xAFF970) is known color: Sulu. HEX triplet: AF, F9 and 70. RGB value is (175,249,112). Sum of RGB (Red+Green+Blue) = 175+249+112=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF970 is #50068F. Grayscale: #D3D3D3. Windows color (decimal): -5244560 or 7403951. OLE color: 7403951.

HSL color Cylindrical-coordinate representation of color #AFF970: hue angle of 92.41º 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 #AFF970 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 112 -
CMYK 0.30 0 0.55 0.02
HSL 92.41º 0.92% 0.71% -
HSV(B) 92.41º 0.55% 0.98% -
XYZ 54.48 78.04 27.52 -
YUV 211.26 71.98 102.14 -
System Red Green Blue C M Y K H S L
Decimal 175 249 112 0.30 0 0.55 0.02 92.41 0.92 0.71
Hex AF F9 70 1E 0 37 2 5C 5C 47
Octal 257 371 160 36 0 67 2 134 134 107
Binary 10101111 11111001 1110000 11110 0 110111 10 1011100 1011100 1000111

Color Harmonies of #AFF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF970

Black with #AFF970

Text Example


Text Example

White with #AFF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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