Html Css Color HEX #AFF969 Sulu

📋 copy color: '#AFF969'

red 175 ◦ green 249 ◦ blue 105

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

Shades of Sulu #AFF969

Tints of Sulu #AFF969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.85%

R = 33.08%
G = 47.07%
B = 19.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#AFF969 (or 0xAFF969) is known color: Sulu. HEX triplet: AF, F9 and 69. RGB value is (175,249,105). Sum of RGB (Red+Green+Blue) = 175+249+105=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF969 is #500696. Grayscale: #D2D2D2. Windows color (decimal): -5244567 or 6945199. OLE color: 6945199.

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

Color convert

RGB 175 249 105 -
CMYK 0.30 0 0.58 0.02
HSL 90.83º 0.92% 0.69% -
HSV(B) 90.83º 0.58% 0.98% -
XYZ 54.1 77.89 25.55 -
YUV 210.46 68.48 102.71 -
System Red Green Blue C M Y K H S L
Decimal 175 249 105 0.30 0 0.58 0.02 90.83 0.92 0.69
Hex AF F9 69 1E 0 3A 2 5B 5C 45
Octal 257 371 151 36 0 72 2 133 134 105
Binary 10101111 11111001 1101001 11110 0 111010 10 1011011 1011100 1000101

Color Harmonies of #AFF969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF969

Black with #AFF969

Text Example


Text Example

White with #AFF969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF969; }

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

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

background-color css

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

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

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

border-color css

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

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

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